package fstar

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) divides = Prims.unit
type ('a, 'b, 'd) is_gcd = Prims.unit
val euclid_gcd : Prims.int -> Prims.int -> Prims.int * Prims.int * Prims.int
type 'p is_prime = Prims.unit
val bezout_prime : Prims.int -> Prims.pos -> Prims.int * Prims.int
OCaml

Innovation. Community. Security.