package jasmin

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

Module Constraints.CSource

Sourcetype constraints
Sourceval init : unit -> constraints
Sourceval public : constraints -> Lvl.t
Sourceval secret : constraints -> Lvl.t
Sourceval fresh : ?name:string -> constraints -> Lvl.t
Sourceval pp_debug : Format.formatter -> constraints -> unit
Sourceval simplify : constraints -> unit
Sourceval prune : constraints -> Lvl.t list -> unit
Sourceval optimize : constraints -> tomax:Lvl.t list -> tomin:Lvl.t list -> unit
Sourceval is_instance : (Lvl.t -> Lvl.t) -> constraints -> constraints -> bool