Add Pretty class
This commit is contained in:
11
src/Pretty.hs
Normal file
11
src/Pretty.hs
Normal file
@@ -0,0 +1,11 @@
|
||||
{-# LANGUAGE NoImplicitPrelude #-}
|
||||
|
||||
|
||||
module Pretty where
|
||||
|
||||
|
||||
import Protolude
|
||||
|
||||
|
||||
class Pretty a where
|
||||
pretty :: a -> Text
|
||||
Reference in New Issue
Block a user