(* $Id: xstrp4_here_types.ml 23 2004-07-13 21:03:13Z gerd $ * ---------------------------------------------------------------------- * *) type here_clause = Literal of (string * (Lexing.position * Lexing.position)) | Variable of (string list * string * (Lexing.position * Lexing.position)) (* [ M1; M2; ...; value ],f,pos1,pos2 * <==> M1.M2. ... .value with format f from position pos1 to pos2 *) | Textend ;;