purescript-0.12.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.CoreFn.Module

Synopsis

Documentation

data Module a Source #

The CoreFn module representation

The json CoreFn representation does not contain type information. When parsing it one gets back `ModuleT () Ann` rathern than `ModuleT Type Ann`, which is enough for moduleToJs.

Instances

Show a => Show (Module a) Source # 

Methods

showsPrec :: Int -> Module a -> ShowS #

show :: Module a -> String #

showList :: [Module a] -> ShowS #