Serializing.Token_s
type t = [
|
`Token_id of Base.string
]
val parse : Yojson.Basic.t -> [> `Token_id of string ]
val serialize : t -> 'a