-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mod
-- has checking
-- for top level Compose
- begin-type.error.i - begin-type-nested.error.i
- Loading branch information
Showing
8 changed files
with
21 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,3 @@ node cons | |
end | ||
|
||
sole sole cons | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
[lookupDefinitionOrFail] I meet undefined name. | ||
[unifyTypes] I fail to unify types. | ||
|
||
name: TODO | ||
left: Trivial | ||
right: Trivial List | ||
|
||
[compose] I fail compose word. | ||
|
||
word: TODO | ||
word: cons | ||
|
||
15 | 'A List :value! | ||
16 |end | ||
17 | | ||
18 |sole sole cons | ||
19 | | ||
20 |TODO | ||
21 | | ||
|
||
[Compose.execute] I fail to compose word. | ||
|
||
word: TODO | ||
word: cons | ||
|
||
15 | 'A List :value! | ||
16 |end | ||
17 | | ||
18 |sole sole cons | ||
19 | | ||
20 |TODO | ||
21 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,3 @@ type Trivial -- Type end | |
node sole -- Trivial :value! end | ||
|
||
sole add1 | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
[lookupDefinitionOrFail] I meet undefined name. | ||
[unifyTypes] I fail to unify types. | ||
|
||
name: TODO | ||
left: Trivial | ||
right: Nat | ||
|
||
[compose] I fail compose word. | ||
|
||
word: TODO | ||
word: add1 | ||
|
||
5 |type Trivial -- Type end | ||
6 |node sole -- Trivial :value! end | ||
7 | | ||
8 |sole add1 | ||
9 | | ||
10 |TODO | ||
11 | | ||
|
||
[Compose.execute] I fail to compose word. | ||
|
||
word: TODO | ||
word: add1 | ||
|
||
5 |type Trivial -- Type end | ||
6 |node sole -- Trivial :value! end | ||
7 | | ||
8 |sole add1 | ||
9 | | ||
10 |TODO | ||
11 | |