a constant Prelude.notYet to mark not yet implemented functions, with the purpose of enabling the compilation of the RGL API

This commit is contained in:
aarne
2017-03-28 07:09:26 +00:00
parent 3aa14435de
commit d5f43d637c

View File

@@ -153,5 +153,9 @@ oper
_ => s
} ;
-- handling errors caused by temporarily missing definitions
notYet : Str -> Predef.Error = \s ->
Predef.error ("NOT YET IMPLEMENTED:" ++ s) ;
}