File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
let _ =
8
8
begin
9
+ Options. add
10
+ (" -keep" ,
11
+ (Arg. Set State. keep), " Keep the included type definitions" ) ;
12
+ Options. add
13
+ (" -loaded-plugins" ,
14
+ (Arg. Unit Typehook. show_modules), " Show plugins" );
15
+
9
16
Options. adds Fan_args. initial_spec_list;
10
17
Ast_parsers. use_parsers [ " fan" ];
11
18
try
@@ -20,5 +27,5 @@ let _ =
20
27
21
28
22
29
(* local variables: *)
23
- (* compile-command: "cd .. && pmake main_annot/fan.cmo" *)
30
+ (* compile-command: "cd .. && omake main_annot/fan.cmo" *)
24
31
(* end: *)
Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ with exp
40
40
41
41
let lexer = Lexing_util. adapt_to_stream token ;;
42
42
begin
43
- Options. add
44
- (" -keep" ,
45
- (Arg. Set State. keep), " Keep the included type definitions" ) ;
46
- Options. add
47
- (" -loaded-plugins" ,
48
- (Arg. Unit Typehook. show_modules), " Show plugins" );
49
43
% register{
50
44
name : fans ;
51
45
lexer :lexer ;
You can’t perform that action at this time.
0 commit comments