mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
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:
@@ -153,5 +153,9 @@ oper
|
|||||||
_ => s
|
_ => s
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
-- handling errors caused by temporarily missing definitions
|
||||||
|
|
||||||
|
notYet : Str -> Predef.Error = \s ->
|
||||||
|
Predef.error ("NOT YET IMPLEMENTED:" ++ s) ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user