-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
3c3f67f
commit 4074496
Showing
4 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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 |
---|---|---|
|
@@ -58,6 +58,19 @@ OR | |
deploying a continuation | ||
lisp docs, everything first class so partial cases, but need record syntax | ||
|
||
``` | ||
fn (state, ch) { | ||
match state { | ||
ReadText(state) -> read_text(state, ch) | ||
ReadTag(state) -> read_tag(state, ch) | ||
} | ||
} | ||
match { | ||
ReadText read_text | ||
ReadTag read_tag | ||
} | ||
``` | ||
|
||
(let client (facilities.google.auth 1)) | ||
(client.send "[email protected]" "somemessage") | ||
|