/[svn]/cduce/trunk/driver/cduce_config.ml
ViewVC logotype

Contents of /cduce/trunk/driver/cduce_config.ml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1956 - (show annotations)
Wed Jul 11 13:01:15 2007 UTC (5 years, 10 months ago) by abate
File size: 286 byte(s)
new svn layout

1 let features = ref []
2
3 let init_all () = List.iter (fun (_,d,f) -> f()) (List.rev !features)
4 let register n d f = features := (n,d,f) :: !features
5 let descrs () = List.rev_map (fun (n,d,_) -> (n,d)) !features
6 let inhibit n = features := List.filter (fun (n',_,_) -> n <> n') !features
7

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