Add Pretty class

This commit is contained in:
David Pätzel 2019-05-30 12:40:47 +02:00
parent 2929bc7e92
commit 6ab1a2acba

11
src/Pretty.hs Normal file
View File

@ -0,0 +1,11 @@
{-# LANGUAGE NoImplicitPrelude #-}
module Pretty where
import Protolude
class Pretty a where
pretty :: a -> Text