diff options
author | diederik | 2002-09-30 08:44:33 +0000 |
---|---|---|
committer | diederik | 2002-09-30 08:44:33 +0000 |
commit | 69c65ffd378166cd852473105360b5c2f1e06a99 (patch) | |
tree | 548dc2ff8da77279c921d3681aee6846245512ac /frontend/syntax.dcl | |
parent | introduce 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.dcl | 1 |
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 = |