haga/src/Pretty.hs

12 lines
121 B
Haskell
Raw Normal View History

2019-05-30 12:40:47 +02:00
{-# LANGUAGE NoImplicitPrelude #-}
module Pretty where
import Protolude
class Pretty a where
pretty :: a -> Text