- 17 Mar, 2004 1 commit
-
-
Ronny Wichers Schreur authored
-
- 17 Oct, 2003 1 commit
-
-
Ronny Wichers Schreur authored
-
- 19 Jun, 2003 2 commits
-
-
John van Groningen authored
to prevent records with the same name if a class and record with the same name are defined in the same module
-
Ronny Wichers Schreur authored
-
- 16 May, 2003 1 commit
-
-
Ronny Wichers Schreur authored
s/\<mod_name\>/mod_ident/g s/\<ps_field_name\>/ps_field_ident/g s/\<ps_selector_name\>/ps_selector_ident/g s/\<pc_cons_name\>/pc_cons_ident/g s/\<class_name\>/class_ident/g s/\<gen_name\>/gen_ident/g s/\<gen_member_name\>/gen_member_ident/g s/\<gc_name\>/gc_ident/g s/\<gc_gname\>/gc_gident/g s/\<fs_name\>/fs_ident/g s/\<td_name\>/td_ident/g s/\<fv_name\>/fv_ident/g s/\<var_name\>/var_ident/g s/\<type_name\>/type_ident/g s/\<symb_name\>/symb_ident/g s/\<tv_name\>/tv_ident/g s/\<av_name\>/av_ident/g s/\<me_symb\>/me_ident/g s/\<ft_symb\>/ft_ident/g s/\<fun_symb\>/fun_ident/g s/\<cons_symb\>/cons_ident/g s/\<sd_symb\>/sd__ident/g
-
- 10 Feb, 2003 2 commits
-
-
Martijn Vervoort authored
(predefined abstract types such as Arrays in dynamic types are now approved).
-
Martijn Vervoort authored
-
- 08 Jan, 2003 1 commit
-
-
Sjaak Smetsers authored
-
- 30 Oct, 2002 1 commit
-
-
Sjaak Smetsers authored
better check for properties of abstract types, check for linearity of instance types, uniqueness bug for type synonyms, kind check for function (arrow) types
-
- 18 Oct, 2002 1 commit
-
-
John van Groningen authored
-
- 24 Sep, 2002 1 commit
-
-
John van Groningen authored
declaration, or when both are in different modules on a cycle.
-
- 17 Jul, 2002 1 commit
-
-
John van Groningen authored
-
- 11 Jul, 2002 1 commit
-
-
John van Groningen authored
-
- 17 Jun, 2002 1 commit
-
-
John van Groningen authored
-
- 11 Apr, 2002 1 commit
-
-
Artem Alimarine authored
foo :: a a -> Bool | eq{|*|} a
-
- 25 Mar, 2002 1 commit
-
-
Artem Alimarine authored
-
- 06 Feb, 2002 2 commits
-
-
John van Groningen authored
:: * I *a = { f :: !a } and: I *{String} in function type
-
John van Groningen authored
-
- 30 Jan, 2002 1 commit
-
-
Sjaak Smetsers authored
-
- 17 Jan, 2002 1 commit
-
-
Sjaak Smetsers authored
-
- 17 Dec, 2001 1 commit
-
-
Ronny Wichers Schreur authored
-
- 18 Oct, 2001 1 commit
-
-
John van Groningen authored
remove conversion table, except for macros
-
- 11 Oct, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 08 Oct, 2001 1 commit
-
-
Sjaak Smetsers authored
bug fix: combination of caching and omitted clasdefs
-
- 05 Oct, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 24 Sep, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 21 Sep, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 06 Sep, 2001 1 commit
-
-
Sjaak Smetsers authored
Universally quantified types (parsing and inference)
-
- 31 Aug, 2001 1 commit
-
-
John van Groningen authored
-
- 30 Aug, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 27 Aug, 2001 1 commit
-
-
Sjaak Smetsers authored
Bug fix in reference marking
-
- 19 Jul, 2001 1 commit
-
-
Artem Alimarine authored
Fixed some bugs in generics
-
- 11 Jun, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 18 May, 2001 1 commit
-
-
Martin Wierich authored
-
- 11 May, 2001 1 commit
-
-
Martin Wierich authored
-
- 10 May, 2001 1 commit
-
-
Martijn Vervoort authored
- unused dynamics in where/let clauses do not cause a rule doesn't match error in overloading.icl instead they are ignored - default behaviour changed e.g. f (i :: Int, j :: Int) = abort "Int" f (r :: Real, s :: Real) = abort "Real" f _ = abort "stop" The compiler first matched on the tuple and then did the dynamic pattern matches. But the last match did not call the last (default) alternative if it did not match. - some small changes
-
- 04 May, 2001 1 commit
-
-
Martin Wierich authored
definition module spetiul f :: a | == a special a=Int
-
- 27 Apr, 2001 1 commit
-
-
Martin Wierich authored
class c m :: *(m Int) -> (m Int) is not accepted anymore
-
- 25 Apr, 2001 1 commit
-
-
Artem Alimarine authored
fromString is not yet supported some error handling improved parial instances are temporary disabled
-
- 20 Apr, 2001 1 commit
-
-
Martin Wierich authored
-