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:Β (_d1688: Num a) (x: a) (y: a) : a
def sub ∀a:Β (_d1689: Num a) (x: a) (y: a) : a
def mul ∀a:Β (_d1690: Num a) (x: a) (y: a) : a
def lt ∀a:Β (_d1691: Ord a) (x: a) (y: a) : Bool
def leq ∀a:Β (_d1692: Ord a) (x: a) (y: a) : Bool
def gt ∀a:Β (_d1693: Ord a) (x: a) (y: a) : Bool
def geq ∀a:Β (_d1694: 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