package passage

  1. Overview
  2. Docs
type ast_node =
  1. | Iden of string
  2. | Text of string
type ast = ast_node list
val to_string : ast_node -> string
OCaml

Innovation. Community. Security.