/[svn]/parser/ast.ml
ViewVC logotype

Diff of /parser/ast.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 331 by abate, Tue Jul 10 17:25:44 2007 UTC revision 374 by abate, Tue Jul 10 17:29:46 2007 UTC
# Line 42  Line 42 
42    (* Data destructors *)    (* Data destructors *)
43    | Op of string * pexpr list    | Op of string * pexpr list
44    | Match of pexpr * branches    | Match of pexpr * branches
45    | Map of pexpr * branches    | Map of bool * pexpr * branches
46    | Xtrans of pexpr * branches    | Xtrans of pexpr * branches
47    | Dot of pexpr* label    | Dot of pexpr* label
48    | RemoveField of pexpr * label    | RemoveField of pexpr * label
# Line 50  Line 50 
50    (* Exceptions *)    (* Exceptions *)
51    | Try of pexpr * branches    | Try of pexpr * branches
52    
   | MatchFail  (* internal usage *)  
   
53  and abstr = {  and abstr = {
54    fun_name : id option;    fun_name : id option;
55    fun_iface : (ppat * ppat) list;    fun_iface : (ppat * ppat) list;

Legend:
Removed from v.331  
changed lines
  Added in v.374

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5