package fstar

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'n fin = Prims.int
type 'p under = Prims.nat
type ('n, !'a) vect = 'a Prims.list
type ('n, !'a) seqn = 'a FStar_Seq_Base.seq
type ('a, 's) in_ = Prims.nat
type !'a binary_relation = 'a -> 'a -> Prims.bool
type ('a, 'r) is_reflexive = Prims.unit
type ('a, 'r) is_symmetric = Prims.unit
type ('a, 'r) is_transitive = Prims.unit
type !'a equivalence_relation = 'a -> 'a -> Prims.bool
type ('a, 'eq, 's, 'x) contains_eq = Prims.unit
type (!'a, 'eq, 's) items_of = 'a
val find_eq : 'a equivalence_relation -> 'a FStar_Seq_Base.seq -> 'a -> Prims.nat
OCaml

Innovation. Community. Security.