Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 194 Bytes

File metadata and controls

15 lines (10 loc) · 194 Bytes

Module Data.Argonaut.Printer

Printer

class Printer a where
  printJson :: Json -> a
Instances
instance printerString :: Printer String