diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 2195962..31dbf64 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -138,8 +138,6 @@ where = "@@ " toString (TA_List _ _) = "??? " - toString TA_PA_BUG - = PA_BUG "(E)" (abort "toString TA_PA_BUG") instance <<< Annotation where |