purescript-0.15.7: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.CoreFn.Module

Synopsis

Documentation

data Module a Source #

The CoreFn module representation

Instances

Instances details
Functor Module Source # 
Instance details

Defined in Language.PureScript.CoreFn.Module

Methods

fmap :: (a -> b) -> Module a -> Module b #

(<$) :: a -> Module b -> Module a #

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 #