hydra-0.1.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Impl.Haskell.Dsl.Lib.Math

Documentation

add :: Datum (Int -> Int -> Int) Source #

div :: Datum (Int -> Int -> Int) Source #

mod :: Datum (Int -> Int -> Int) Source #

mul :: Datum (Int -> Int -> Int) Source #

rem :: Datum (Int -> Int -> Int) Source #

sub :: Datum (Int -> Int -> Int) Source #