diff options
author | sjakie | 2001-10-02 10:10:33 +0000 |
---|---|---|
committer | sjakie | 2001-10-02 10:10:33 +0000 |
commit | 094a95bee31b84217329eb0e62778600d1e8711b (patch) | |
tree | 582360a6c275f3479c61fa8c0f675787256794c6 /frontend/general.icl | |
parent | pass file modification times from icl module and dcl modules to backend (diff) |
Bug fixes: reference count analysis fixed,
Universally quantified types used in class members
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@811 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/general.icl')
-rw-r--r-- | frontend/general.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/general.icl b/frontend/general.icl index 5b3bb1a..b542268 100644 --- a/frontend/general.icl +++ b/frontend/general.icl @@ -11,6 +11,8 @@ import StdEnv :: Optional x = Yes !x | No +:: Choice a b = Either a | Or b + cMAXINT :== 2147483647 :: BITVECT :== Int |