fact
stringlengths
5
124
type
stringclasses
3 values
library
stringclasses
5 values
imports
listlengths
0
177
filename
stringclasses
414 values
symbolic_name
stringlengths
1
57
docstring
stringclasses
1 value
strlen_not_0 : forall s ofs i. 0 <= i < strlen s ofs
lemma
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
strlen_not_0
strlen_0 : forall s ofs i.
lemma
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
strlen_0
plength(p:ptr 'a) : int
function
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
plength
pelts(p:ptr 'a) : int -> 'a
function
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
pelts
to_int(x:schar) : int
function
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
to_int
to_int(x:uchar) : int
function
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
to_int
of_char(x:char) : uchar
function
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
of_char
to_char(x:uchar) : char
function
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
to_char
in_us_bounds(n:int) = 0 <= n <= UInt32.max_uint32
predicate
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
in_us_bounds
in_bounds(n:int) = min_int32 <= n <= max_int32
predicate
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
in_bounds
valid_string(p: ptr char) = strlen (pelts p) (offset p) >= 0
predicate
stdlib
[ "mach.int.Unsigned", "mach.int.Int32", "mach.int.UInt32GMP", "array.Array", "map.Map", "int.Int", "ref.Ref", "int.Int", "mach.int.Int32", "string.String", "string.Char", "C", "map.Map", "mach.int.UInt32", "int.Int", "string.Char", "map.Map", "String", "int.Int", "mach.int.UInt64", "mach.int.Int32", "string.Char", "map.Map", "C" ]
stdlib/mach/c.mlw
valid_string
pow2(k: int) : real
function
stdlib
[ "real.Real", "real.RealInfix", "int.Int", "int.EuclideanDivision", "int.Power", "real.Square", "real.FromInt", "real.PowerReal", "real.Truncate", "mach.int.UInt64", "mach.int.Int64" ]
stdlib/mach/fxp.mlw
pow2
to_int(n:t) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x: byte) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x : int16) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x : int31) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x : int32) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x : uint32) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x : int63) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x : int64) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
to_int(x : uint64) : int
function
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
to_int
in_bounds(n:int) = min <= n <= max
predicate
stdlib
[ "export", "export", "int.Int", "int.ComputerDivision", "int.Int", "int.Int", "int.Int", "int.EuclideanDivision", "int.Int", "int.Int", "int.Int", "export", "bv.BV32", "int.Int", "export", "int.Int", "int.Int", "export", "export", "bv.BV32", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "export", "int.Int", "int.Int", "Int63", "export", "int.Int", "Int63", "int.Int", "Int63", "int.Int", "Int63", "State63", "int.Int", "int.Int", "export", "int.Int", "int.EuclideanDivision", "int.Power", "Int32", "Int64", "UInt32", "export" ]
stdlib/mach/int.mlw
in_bounds
tag(k:key) : Int63.int63
function
stdlib
[ "int.Int", "mach.int.Int63", "int.Int", "import", "map.Map", "map.Const", "set.Fset", "list.List", "list.Mem", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "int.Int", "mach.int.MinMax63", "import", "set.Fset", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "mach.int.Int63" ]
stdlib/mach/tagset.mlw
tag
max_tags(h: t) : Int63.int63
function
stdlib
[ "int.Int", "mach.int.Int63", "int.Int", "import", "map.Map", "map.Const", "set.Fset", "list.List", "list.Mem", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "int.Int", "mach.int.MinMax63", "import", "set.Fset", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "mach.int.Int63" ]
stdlib/mach/tagset.mlw
max_tags
max_tags(h: t) : Int63.int63
function
stdlib
[ "int.Int", "mach.int.Int63", "int.Int", "import", "map.Map", "map.Const", "set.Fset", "list.List", "list.Mem", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "int.Int", "mach.int.MinMax63", "import", "set.Fset", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "mach.int.Int63" ]
stdlib/mach/tagset.mlw
max_tags
tag(x:t) : int63
function
stdlib
[ "int.Int", "mach.int.Int63", "int.Int", "import", "map.Map", "map.Const", "set.Fset", "list.List", "list.Mem", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "int.Int", "mach.int.MinMax63", "import", "set.Fset", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "mach.int.Int63" ]
stdlib/mach/tagset.mlw
tag
is_empty(i:iterator) = S.is_empty i.todo
predicate
stdlib
[ "int.Int", "mach.int.Int63", "int.Int", "import", "map.Map", "map.Const", "set.Fset", "list.List", "list.Mem", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "int.Int", "mach.int.MinMax63", "import", "set.Fset", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "mach.int.Int63" ]
stdlib/mach/tagset.mlw
is_empty
is_empty(i:iterator) = S.is_empty i.todo
predicate
stdlib
[ "int.Int", "mach.int.Int63", "int.Int", "import", "map.Map", "map.Const", "set.Fset", "list.List", "list.Mem", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "int.Int", "mach.int.MinMax63", "import", "set.Fset", "import", "seq.Seq", "bool.Bool", "mach.peano.Peano", "mach.peano.Int63", "ref.Ref", "mach.int.Int63" ]
stdlib/mach/tagset.mlw
is_empty
string_hash_code_distinct : forall o1 o2. hash_code o1 <> hash_code o2 -> not equals o1 o2
lemma
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
string_hash_code_distinct
string_hash_code_equals : forall o1 o2. equals o1 o2 -> hash_code o1 = hash_code o2
lemma
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
string_hash_code_equals
array_hash_code_distinct : forall a1 a2 : array 'a. hash_code a1 <> hash_code a2 -> not equals a1 a2
lemma
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
array_hash_code_distinct
array_hash_code_equals : forall a1 a2 : array 'a. equals a1 a2 -> hash_code a1 = hash_code a2
lemma
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
array_hash_code_equals
to_int(x : short) : int
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
to_int
to_int(x : integer) : int
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
to_int
from_int(n : int) : integer
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
from_int
enforced_integer(a : int) : integer
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
enforced_integer
to_int(x : long) : int
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
to_int
of_integer(x : integer) : long
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
of_integer
int_value(x : long) : integer
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
int_value
equals(self obj : string) : bool
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
equals
hash_code(self : string) : integer
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
hash_code
equals(a1 a2: array 'a) : bool
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
equals
hash_code(self : array 'a) : integer
function
stdlib
[ "int.Int", "int.Int", "int.Int", "Integer", "Integer", "Long", "export", "int.Int", "Integer", "map.Map", "export" ]
stdlib/mach/java/lang.mlw
hash_code
size(s : set 'el) : integer
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
size
size(m : map 'k 'el) : integer
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
size
empty() : ulist 'el
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
empty
size(l : ulist 'el) : integer
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
size
size(l : list 'el) : integer
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
size
empty() : list 'el
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
empty
copy_of(l : list 'el) : ulist 'el
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
copy_of
empty() : queue 'el
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
empty
size(q : queue 'el) : integer
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
size
is_empty(q : queue 'el) : bool
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
is_empty
equals(q1 q2 : queue 'el) : bool
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
equals
is_empty(q: t) : bool
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
is_empty
size(q: t) : integer
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
size
empty() : optional 'elt
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
empty
build(e : 'elt) : optional 'elt
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
build
is_present(o : optional 'elt) : bool
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
is_present
is_empty(o : optional 'elt) : bool
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
is_empty
get_safe(o : optional 'elt) : 'elt
function
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
get_safe
is_subset(included superset : set 'el) = forall e. contains included e -> contains superset e
predicate
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
is_subset
le(x y : elt) = cmp x y <= 0
predicate
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
le
rel = le, axiom .
predicate
stdlib
[ "int.Int", "set.Fset", "mach.java.lang.Integer", "int.Int", "fmap.Fmap", "mach.java.lang.Integer", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "int.Int", "seq.Seq", "mach.java.lang.Integer", "mach.java.lang.IndexOutOfBoundsException", "UnmodifiableList", "int.Int", "seq.Seq", "mach.java.lang.Integer", "int.Int", "mach.java.lang.Integer", "set.Fset", "NoSuchElementException", "option.Option", "int.Int", "mach.java.lang.IllegalArgumentException", "mach.java.lang.Long", "mach.java.lang.Integer" ]
stdlib/mach/java/util.mlw
rel