Module Simplexmlparser.ExprOrPatt


module ExprOrPatt: sig .. end


type tvarval =
| EPVstr of string
| EPVvar of string

type 'a tlist =
| PLEmpty
| PLCons of 'a * 'a tlist

type texprpatt =
| EPanyattr of tvarval * tvarval
| EPanytag of string
* texprpatt tlist
* texprpatt tlist
| EPpcdata of string
| EPwhitespace of string
| EPcomment of string