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:Β (_d949: Num a) (x: a) (y: a) : a
def sub ∀a:Β (_d950: Num a) (x: a) (y: a) : a
def mul ∀a:Β (_d951: Num a) (x: a) (y: a) : a
def lt ∀a:Β (_d952: Ord a) (x: a) (y: a) : Bool
def leq ∀a:Β (_d953: Ord a) (x: a) (y: a) : Bool
def gt ∀a:Β (_d954: Ord a) (x: a) (y: a) : Bool
def geq ∀a:Β (_d955: 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