package zelus

  1. Overview
  2. Docs
exception No_inline
val inline : bool -> Lident.t -> Zelus.funexp

or it is small enough

val reset : Zelus.exp -> Zelus.exp -> Zelus.exp

Building an expression let reset res = e every r in res

Build a renaming from an environment

val rename : Ident.Env.key -> 'a Ident.Env.t -> 'a

rename a variable

Renaming of type expressions

val operator : Ident.t Ident.Env.t -> Zelus.op -> Zelus.op

Rename an operator

Renaming of patterns

val expression : Ident.t Ident.Env.t -> Zelus.exp -> Zelus.exp

Renaming of expressions

Renaming a local declaration

val equation : Ident.t Ident.Env.t -> Zelus.eq -> Zelus.eq
OCaml

Innovation. Community. Security.