stgi-1.0.1: Educational implementation of the STG (Spineless Tagless G-machine)

Safe HaskellNone
LanguageHaskell2010

Stg.Prelude.Maybe

Synopsis

Documentation

nothing :: Program Source

Nothing as a top-level closure.

nothing : Maybe a

maybe :: Program Source

Deconstructor of the Maybe type.

maybe : b -> (a -> b) -> Maybe a -> b