purescript-0.11.1: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.CoreFn.Module

Synopsis

Documentation

data Module a Source #

The CoreFn module representation

Instances

Show a => Show (Module a) Source # 

Methods

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

show :: Module a -> String #

showList :: [Module a] -> ShowS #