purescript-0.13.2: 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 # 
Instance details

Defined in Language.PureScript.CoreFn.Module

Methods

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

show :: Module a -> String #

showList :: [Module a] -> ShowS #