package zelus

  1. Overview
  2. Docs
val find : Zident.Env.key -> 'a Zident.Env.t -> 'b
val exp_of_name : Zident.Env.key -> ('a * 'b) Zident.Env.t -> 'c
val pat_of_name : Zident.Env.key -> ('a * 'b) Zident.Env.t -> 'c
val name_of_name : Zident.Env.key -> (Zelus.pattern * 'a) Zident.Env.t -> Zident.t
val matching : (Zelus.pattern -> Zelus.exp -> 'a) -> 'b list -> Zelus.pattern -> Zelus.exp -> 'b list
val matching_list : (Zelus.pattern -> Zelus.exp -> 'a) -> 'b list -> Zelus.pattern list -> Zelus.exp list -> 'b list

expressions

val equation : (Zelus.pattern * Zelus.exp) Zident.Env.t -> Zelus.eq list -> Zelus.eq -> Zelus.eq list
val equation_list : (Zelus.pattern * Zelus.exp) Zident.Env.t -> Zelus.eq list -> Zelus.eq list