aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
authordiederik2002-09-30 08:44:33 +0000
committerdiederik2002-09-30 08:44:33 +0000
commit69c65ffd378166cd852473105360b5c2f1e06a99 (patch)
tree548dc2ff8da77279c921d3681aee6846245512ac /frontend/syntax.dcl
parentintroduce functions for fail expressions on non-root positions (diff)
add 'safe' to active case info for casefun generation
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1212 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 4cad98a..602d822 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -776,6 +776,7 @@ cNonRecursiveAppl :== False
, aci_opt_unfolder :: !(Optional SymbIdent)
, aci_free_vars :: !Optional [BoundVar]
, aci_linearity_of_patterns :: ![[Bool]]
+ , aci_safe :: !Bool
}
:: RefCountsInCase =