package lascar

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Expr : Fsm_expr.T
type t =
  1. | Assign of Expr.ident * Expr.t
val to_string : t -> string
val of_string : ?lexer:(string -> Genlex.token Stream.t) -> string -> t
val lexer : string -> Genlex.token Stream.t
val keywords : string list
val parse : Genlex.token Stream.t -> t