diff options
Diffstat (limited to 'frontend/transform.icl')
-rw-r--r-- | frontend/transform.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/transform.icl b/frontend/transform.icl index 2cddb80..3634f97 100644 --- a/frontend/transform.icl +++ b/frontend/transform.icl @@ -1820,7 +1820,7 @@ where bindings introduced in a 'let' are removed. */ -class collectVariables a :: !a ![FreeVar] !*CollectState -> !(!a, ![FreeVar],!*CollectState) +class collectVariables a :: !a ![FreeVar] !*CollectState -> (!a, ![FreeVar],!*CollectState) cContainsACycle :== True cContainsNoCycle :== False |