mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 20:55:39 -05:00
9 lines
266 B
OCaml
9 lines
266 B
OCaml
module A = Ast_term
|
|
|
|
val p : A.term Parser_comb.t
|
|
(** Term parser *)
|
|
|
|
val of_string : string -> A.term Parser_comb.or_error
|
|
val of_string_exn : string -> A.term
|
|
val of_string_l : string -> A.term list Parser_comb.or_error
|
|
val of_string_l_exn : string -> A.term list
|