- 09 May, 2001 3 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
removed comments
-
- 08 May, 2001 14 commits
-
-
Artem Alimarine authored
fixed bugs
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
(ConvertState is attributed where it's use uniquely)
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
(it's now together with ImportedConstructors)
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 04 May, 2001 6 commits
-
-
Martin Wierich authored
concerning specified instance types, that by far go beyond the standards of Clean 1.3.3
-
Martin Wierich authored
definition module spetiul f :: a | == a special a=Int
-
Martin Wierich authored
from StdEnv import == // instead of class ==(..) the _member_ "==" was imported resulting in complaints that the corresponding class was not imported
-
Martin Wierich authored
:: *T = T f x=:(T,b) = x the derived result type of f was not essentially unique: f :: .. -> (.T, .a)
-
Martin Wierich authored
-
Ronny Wichers Schreur authored
-
- 03 May, 2001 9 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Artem Alimarine authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
- 01 May, 2001 4 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
test for NULL params in GenParameters (reason unknown)
-
Ronny Wichers Schreur authored
marked duplicate definitions of cTypeDelimiter _ANALYSE_IDENT_
-
Ronny Wichers Schreur authored
-
- 27 Apr, 2001 4 commits
-
-
Martin Wierich authored
-
Martin Wierich authored
fun1 f = fun2 where fun2 :: .c fun2 | g f = undef g :: (.b -> .b) -> Bool g _ = True was [o u[11651944]:a -> u[11651944]:a] -> c[11210672]:c but st_attr_vars was [c[11210672], c[11210672]] (u[11651944] is missing)
-
Martin Wierich authored
-
Martin Wierich authored
class c m :: *(m Int) -> (m Int) is not accepted anymore
-