json-autotype-3.1.2: Automatic type declaration for JSON input data
Safe HaskellNone
LanguageHaskell2010

Data.Aeson.AutoType.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.