haga/lib/Pretty.hs

9 lines
118 B
Haskell
Raw Permalink 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