Created
July 29, 2017 23:17
-
-
Save mfelsche/cf06847b891e54bb1177b9e64188119e to your computer and use it in GitHub Desktop.
incomplete actor ast print
This file contains hidden or 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
(program:scope | |
(package:scope | |
(module:scope | |
(use x "builtin" x) | |
(use x "ponytest" x) | |
(actor:scope | |
(id Main) | |
x | |
tag | |
(provides (nominal (id $2) (id TestList) x ref x x)) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment