Num
Types
Constructors
For each type in this module: inductive types list their declared constructors; opaque types list any local function whose name starts with mk and which returns a value of that type.
Functions
def add ∀a:Β (_d1715: Num a) (x: a) (y: a) : a
def sub ∀a:Β (_d1716: Num a) (x: a) (y: a) : a
def mul ∀a:Β (_d1717: Num a) (x: a) (y: a) : a
def lt ∀a:Β (_d1718: Ord a) (x: a) (y: a) : Bool
def leq ∀a:Β (_d1719: Ord a) (x: a) (y: a) : Bool
def gt ∀a:Β (_d1720: Ord a) (x: a) (y: a) : Bool
def geq ∀a:Β (_d1721: Ord a) (x: a) (y: a) : Bool
def __inst_Num_Int : Num Int
def __inst_Num_Float : Num Float
def __inst_Ord_Int : Ord Int
def __inst_Ord_Float : Ord Float