package links
include module type of struct include Links_lens.Phrase end
module Value = Links_lens.Phrase.Value
type t = Links_lens.Phrase.t =
| Constant of Value.t
| Var of Links_lens.Alias.t
| InfixAppl of Links_lens.Operators.Binary.t * t * t
| UnaryAppl of Links_lens.Operators.Unary.t * t
| In of string list * Value.t list list
| Case of t option * (t * t) list * t
| TupleLit of t list
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val var : string -> t
Create a variable phrase.
val infix : Links_lens.Operators.Binary.t -> t -> t -> t
Any infix operator application.
Traverse a lens phrase, applying dosth
to each nod and then replacing the result.
val get_vars : t -> Links_lens.Alias.Set.t
Get a list of variables in the expression.
Calculate the value of an expression given a lookup function for variables.
Tries to execute and simplify as much of the equation as possible using the given variables.
val rename_var : t -> replace:string Links_lens.Alias.Map.t -> t
Rename all variables with an entry in the given map.
val replace_var : t -> replace:Value.t Links_lens.Alias.Map.t -> t
Replace all variable nodes with nodes by the given map.
val of_sugar : ('a * 'a Links_lens__.Phrase_sugar.t) -> t
module Constant = Links_lens.Phrase.Constant
module Option = Links_lens.Phrase.Option
module List = Links_lens.Phrase.List
module Record = Links_lens.Phrase.Record
module O = Links_lens.Phrase.O
This module contains operators and short hand constructors for producing phrase expressions.
module Grouped_variables = Links_lens.Phrase.Grouped_variables
This module is a simple algorithm for determining which variables affect each other during execution.
module Sugar : sig ... end
module Type : sig ... end
module Typesugar : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>