Up
Module
Header
Signature
type
t = [
| `Add
of
string list
| `Limit
of
string list
| `No
| `Replace
of
string list
| `Transform
of
string list -> string list
| `Yes
]