= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
'a t
can be applied to a state and a variable assignment to return 'a
or fail. The reason we wrap this up in an opaque type is that our solver keeps track of the variables used in each expression.
See documentation of the predicate
function below for an example of use.
Evaluates to None if the field is missing from the state. Never fails.
val variable : 'a Variable.t -> 'a t
module Args : Core.Applicative.Args with type 'a arg := 'a t