mirror of
https://github.com/c-cube/linol.git
synced 2025-12-09 20:55:43 -05:00
5 lines
79 B
OCaml
5 lines
79 B
OCaml
type t =
|
|
| Raw of string
|
|
| Markdown of string
|
|
|
|
val translate : string -> t
|