aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index ef8859cb..ebc3711a 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -76,12 +76,6 @@ reshapeArgumentList: (%Form,%Sig) -> %Form
applyMapping: (%Form,%Mode,%Env,%List %Mode) -> %Maybe %Triple
-++ A list of routines for diagnostic reports. These functions, in an
-++ abstract sense, have type: forall T: Type . String -> T, so they
-++ can be used in T-returning functions, for any T.
-$coreDiagnosticFunctions ==
- '(error userError systemError)
-
$IOFormDomains ==
[$InputForm,$OutputForm,$Syntax]