package tezos-benchmark

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Costlang.TySource

Runtime type

Sourcetype _ t =
  1. | Unit : unit t
  2. | Num : Num.t t
  3. | Int : int t
  4. | Float : float t
  5. | String : string t
  6. | Bool : bool t
  7. | Arrow : 'a t * 'b t -> ('a -> 'b) t
Sourceval unit : unit t
Sourceval num : Num.t t
Sourceval int : int t
Sourceval bool : bool t
Sourceval float : float t
Sourceval string : string t
Sourceval arrow : 'a t -> 'b t -> ('a -> 'b) t
Sourcetype (_, _) eq =
  1. | Refl : ('a, 'a) eq
Sourceval equal : 'a t -> 'b t -> ('a, 'b) eq option
OCaml

Innovation. Community. Security.