Add Pretty class
This commit is contained in:
@@ -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