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:Β (_d1931 : Num a) (x : a) (y : a) : a
def sub ∀a:Β (_d1932 : Num a) (x : a) (y : a) : a
def mul ∀a:Β (_d1933 : Num a) (x : a) (y : a) : a
def lt ∀a:Β (_d1934 : Ord a) (x : a) (y : a) : Bool
def leq ∀a:Β (_d1935 : Ord a) (x : a) (y : a) : Bool
def gt ∀a:Β (_d1936 : Ord a) (x : a) (y : a) : Bool
def geq ∀a:Β (_d1937 : 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