ast-monad-json-0.1.0.0: A library for writing JSON

Safe HaskellSafe
LanguageHaskell2010

Language.ASTMonad.Json

Documentation

type Json p = JsonM p () Source #

isNum :: Integral a => Builder -> a -> Json p Source #