aboutsummaryrefslogtreecommitdiff
path: root/frontend/typeproperties.dcl
diff options
context:
space:
mode:
authorjohnvg2002-06-17 11:29:50 +0000
committerjohnvg2002-06-17 11:29:50 +0000
commit2503354503ecdd697bb1dbea7c9fb8fee3f77ae6 (patch)
tree3abf7a922862ca12c2c78a3fc03220290f8e9549 /frontend/typeproperties.dcl
parentremoved hello and bye, replace testArgs by [] (diff)
removed ingnored !'s
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1097 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/typeproperties.dcl')
-rw-r--r--frontend/typeproperties.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/typeproperties.dcl b/frontend/typeproperties.dcl
index 430aba9..2ca4990 100644
--- a/frontend/typeproperties.dcl
+++ b/frontend/typeproperties.dcl
@@ -52,5 +52,5 @@ instance * Sign
retrieveSignClassification :: ![SignClassification] !TypeClassification -> Optional (TypeSign [SignClassification])
retrievePropClassification :: ![PropClassification] !TypeClassification -> Optional (TypeProp [PropClassification])
-addSignClassification :: ![SignClassification] !SignClassification !TypeClassification -> !TypeClassification
-addPropClassification :: ![PropClassification] !PropClassification !TypeClassification -> !TypeClassification
+addSignClassification :: ![SignClassification] !SignClassification !TypeClassification -> TypeClassification
+addPropClassification :: ![PropClassification] !PropClassification !TypeClassification -> TypeClassification