stgi-1.0.1: Educational implementation of the STG (Spineless Tagless G-machine)
Stg.Prelude.Number
Contents
Synopsis
add :: Program Source
sub :: Program Source
mul :: Program Source
div :: Program Source
mod :: Program Source
eq_Int :: Program Source
lt_Int :: Program Source
leq_Int :: Program Source
gt_Int :: Program Source
geq_Int :: Program Source
neq_Int :: Program Source
min :: Program Source
max :: Program Source