module Parser:sig..end
Syntax.t.Syntax.t.val parse_xml : Xml.xml -> Bulletml.Syntax.tSyntax.t.val parse_action : Xml.xml list -> Bulletml.Syntax.actionSyntax.action.
The argument is a list of children of an <action> element.
val parse_bullet : Xml.xml list -> Bulletml.Syntax.bulletSyntax.bullet.
The argument is a list of children of a <bullet> element.
val parse_fire : Xml.xml list -> Bulletml.Syntax.fireSyntax.fire.
The argument is a list of children of a <fire> element.