- 18 Nov, 2005 1 commit
-
-
John van Groningen authored
-
- 11 Nov, 2005 4 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 01 Nov, 2005 2 commits
-
-
John van Groningen authored
'checkError ("no generic instances of "..' in getSymbolType is called
-
John van Groningen authored
(see example below) by expanding the type synonym if a type variable is unified with a type synonym that contains that variable. :: Parser b a :== (YieldParser b a) -> (ID b) -> b :: YieldParser b a :== a -> (ID b) -> b :: ID b :== b returnP :: a -> Parser b a returnP x = \yp -> yp x failP :: Parser b a failP = \yp fp -> fp
-
- 28 Oct, 2005 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 26 Oct, 2005 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 11 Oct, 2005 1 commit
-
-
John van Groningen authored
'cannot unify types' on separate lines
-
- 06 Oct, 2005 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
remove #defines for UNBOXED_CLOSURES and U_RECORD_SELECTORS
-
John van Groningen authored
-
- 27 Sep, 2005 1 commit
-
-
John van Groningen authored
:: EP a = C (a Int Int); Start :: EP (->); Start = Start;
-
- 16 Sep, 2005 1 commit
-
-
John van Groningen authored
"demanded attribute cannot be offered by shared object" error message more accurate, store position in CaseAlt (added field calt_position)
-
- 13 Sep, 2005 1 commit
-
-
John van Groningen authored
for: :: *R1 = { r2 :: *R2 }; :: *R2 = { a1::*{#Int}, a2::*{#Int}}; f :: *R1 -> *R2; f r1=:{r2={a1}} = {r1.r2 & a2=a1};
-
- 30 May, 2005 1 commit
-
-
John van Groningen authored
-
- 22 Apr, 2005 4 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 21 Apr, 2005 6 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 20 Apr, 2005 3 commits
-
-
John van Groningen authored
type of the record constructor, to prevent crashing in freshSymbolType because the pointers of these attributes are not properly initialized, add universal variables and attributes in fields only to the type of this field, and not also to the types of subsequent fields of this record
-
John van Groningen authored
because the resulting th_attrs were not stored in the type heaps
-
John van Groningen authored
components when a macro in a dcl module is used
-
- 18 Apr, 2005 1 commit
-
-
John van Groningen authored
-
- 08 Apr, 2005 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 31 Mar, 2005 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 18 Mar, 2005 1 commit
-
-
John van Groningen authored
-