File: startcore.ml

package info (click to toggle)
hol-light 20170109-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 36,568 kB
  • ctags: 8,549
  • sloc: ml: 540,018; cpp: 439; lisp: 286; java: 279; makefile: 262; sh: 229; yacc: 108; perl: 78; ansic: 57; sed: 39
file content (8 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8

set_jrh_lexer;;                                        (* Uppercase idents   *)                                

Gc.set { (Gc.get()) with Gc.stack_limit = 16777216 };; (* Up the stack size  *)

include Num;;

Sys.catch_break true;;