json-to-type-4.0.0: Automatic type declaration for JSON input data
Safe HaskellSafe-Inferred
LanguageHaskell2010

JsonToType.CodeGen.Elm

Description

Wrappers for generating prologue and epilogue code in Haskell.

Synopsis

Documentation

writeElmModule :: FilePath -> Text -> HashMap Text Type -> IO () Source #

Write a Haskell module to an output file, or stdout if - filename is given.