diff options
Diffstat (limited to 'frontend/analtypes.icl')
-rw-r--r-- | frontend/analtypes.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/analtypes.icl b/frontend/analtypes.icl index af64bb9..2793a43 100644 --- a/frontend/analtypes.icl +++ b/frontend/analtypes.icl @@ -23,7 +23,6 @@ where kind_list_to_string [] = " ?????? " kind_list_to_string [k] = "* -> *" kind_list_to_string [k:ks] = "* -> " +++ kind_list_to_string ks - toString ki = "PPPP" //abort ("instance toString KindInfo matcht niet"->>ki) kindError kind1 kind2 error |