src/Pure/ML-Systems/maximum_ml_stack_dummy.ML
author wenzelm
Wed, 01 Apr 2015 22:08:06 +0200
changeset 59901 840d03805755
parent 59468 fe6651760643
permissions -rw-r--r--
added command 'experiment';

(*  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 = [];