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

Hydra.Lib.Math

Documentation

add :: Int -> Int -> Int Source #

sub :: Int -> Int -> Int Source #

mul :: Int -> Int -> Int Source #

div :: Int -> Int -> Int Source #

mod :: Int -> Int -> Int Source #

rem :: Int -> Int -> Int Source #