src/Pure/ML-Systems/maximum_ml_stack_dummy.ML
author wenzelm
Thu, 30 Apr 2015 15:58:15 +0200
changeset 60159 879918f4ee0f
parent 59468 fe6651760643
permissions -rw-r--r--
tuned -- avoid odd rebinding of "ctxt" and "context";

(*  Title:      Pure/ML-Systems/maximum_ml_stack_dummy.ML

Maximum stack size (in words) for ML threads -- dummy version.
*)

fun maximum_ml_stack (_: int option) : Thread.threadAttribute list = [];