package liquid_interpreter

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type app_state = {
  1. settings : Liquid_syntax.Settings.t Base.ref;
}
val state : app_state
val has_notifier : Base.String.t -> 'a Liquid_syntax.Syntax.Ctx.t -> bool
val list_from_ctx : 'a Liquid_syntax.Syntax.Ctx.t -> (Liquid_syntax.Syntax.Ctx.key * 'a) list
val ast_from_file : string -> Liquid_syntax.Syntax.ast
OCaml

Innovation. Community. Security.