package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type hand_side =
  1. | Lhs of string
  2. | Rhs of string
type t = {
  1. side : hand_side option;
  2. condition : bool;
}
val compare : t -> t -> int
val default : t
OCaml

Innovation. Community. Security.