Update from HH
[hl193./.git] / Proofrecording / tools / startcore.ml
1
2 set_jrh_lexer;;                                        (* Uppercase idents   *)                                
3
4 Gc.set { (Gc.get()) with Gc.stack_limit = 16777216 };; (* Up the stack size  *)
5
6 include Num;;
7
8 Sys.catch_break true;;