Skip to content
  • Martin Wierich's avatar
    - check.icl: solved check-bug-11: · a47db393
    Martin Wierich authored
        Check Error [case_bug.icl,18,f]:"_" illegal combination of patterns
        f t = case t of {(a,2) -> 1;	_ | False -> 2;	(a,b) -> 3;};
    - typesupport.icl: small typo
    - trans.icl: small optimisation
    a47db393