-
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.
- Loading branch information
Showing
36 changed files
with
125 additions
and
134 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 was deleted.
Oops, something went wrong.
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,4 +1,3 @@ | ||
export * from "./Begin" | ||
export * from "./Check" | ||
export * from "./Claim" | ||
export * from "./Compose" | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type Trivial -- Type end | ||
node sole -- Trivial :value! end | ||
|
||
begin sole connect end | ||
sole connect |
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 |
---|---|---|
@@ -1 +1 @@ | ||
begin inspect end | ||
inspect |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type Trivial -- Type end | ||
node sole -- Trivial :value! end | ||
|
||
begin sole sole rot end | ||
sole sole rot |
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
require "../datatype/Nat.i" | ||
|
||
begin | ||
one one add | ||
one one add | ||
run inspect | ||
swap inspect | ||
run inspect | ||
end | ||
one one add | ||
one one add | ||
run inspect | ||
swap inspect | ||
run inspect |
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,4 +1,4 @@ | ||
type Trivial -- Type end | ||
node sole -- Trivial :value! end | ||
|
||
begin sole swap end | ||
sole swap |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type Trivial -- Type end | ||
node sole -- Trivial :value! end | ||
|
||
begin sole sole connect end | ||
sole sole connect |
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 |
---|---|---|
|
@@ -15,4 +15,6 @@ node cons | |
'A List :value! | ||
end | ||
|
||
begin sole sole 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,21 +1,25 @@ | ||
[unifyTypes] I fail to unify types. | ||
[lookupDefinitionOrFail] I meet undefined name. | ||
|
||
left: Trivial | ||
right: Trivial List | ||
name: TODO | ||
|
||
[compose] I fail compose word. | ||
|
||
word: cons | ||
word: TODO | ||
|
||
15 | 'A List :value! | ||
16 |end | ||
17 | | ||
18 |begin sole sole cons end | ||
18 |sole sole cons | ||
19 | | ||
20 |TODO | ||
21 | | ||
|
||
[Begin.execute] I fail to begin. | ||
[Compose.execute] I fail to compose word. | ||
|
||
word: TODO | ||
|
||
14 | -------- | ||
15 | 'A List :value! | ||
16 |end | ||
17 | | ||
18 |begin sole sole cons end | ||
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
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,23 +1,25 @@ | ||
[unifyTypes] I fail to unify types. | ||
[lookupDefinitionOrFail] I meet undefined name. | ||
|
||
left: Trivial | ||
right: Nat | ||
name: TODO | ||
|
||
[compose] I fail compose word. | ||
|
||
word: add1 | ||
word: TODO | ||
|
||
5 |type Trivial -- Type end | ||
6 |node sole -- Trivial :value! end | ||
7 | | ||
8 |begin sole add1 end | ||
8 |sole add1 | ||
9 | | ||
10 |TODO | ||
11 | | ||
|
||
[Begin.execute] I fail to begin. | ||
[Compose.execute] I fail to compose word. | ||
|
||
word: TODO | ||
|
||
4 | | ||
5 |type Trivial -- Type end | ||
6 |node sole -- Trivial :value! end | ||
7 | | ||
8 |begin sole add1 end | ||
8 |sole add1 | ||
9 | | ||
10 |TODO | ||
11 | |
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 |
---|---|---|
|
@@ -15,4 +15,4 @@ node cons | |
'A List :value! | ||
end | ||
|
||
begin sole (:head:tail cons :tail:head) end | ||
sole (:head:tail cons :tail:head) |
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 |
---|---|---|
|
@@ -15,4 +15,4 @@ node cons | |
'A List :value! | ||
end | ||
|
||
begin sole (:hi cons) end | ||
sole (:hi cons) |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ node sole -- Trivial :value! end | |
|
||
type List Type -- Type end | ||
|
||
begin sole List end | ||
sole List |
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
Oops, something went wrong.