# HG changeset patch # User webertj # Date 1086041881 -7200 # Node ID 393a7be7316049cb6f1264e561527fbcd26be86a # Parent 73a0a6e0426ab78c914d5eea5a7f272e87f203df including polyml-time-limit.ML diff -r 73a0a6e0426a -r 393a7be73160 src/Pure/ML-Systems/polyml.ML --- a/src/Pure/ML-Systems/polyml.ML Tue Jun 01 00:17:07 2004 +0200 +++ b/src/Pure/ML-Systems/polyml.ML Tue Jun 01 00:18:01 2004 +0200 @@ -30,6 +30,10 @@ use "ML-Systems/cpu-timer-basis.ML"; +(* bounded time execution *) + +use "ML-Systems/polyml-time-limit.ML"; + (* prompts *) fun ml_prompts p1 p2 = (PolyML.Compiler.prompt1 := p1; PolyML.Compiler.prompt2 := p2);