diff options
| author | azidar | 2015-07-30 18:26:40 -0700 |
|---|---|---|
| committer | azidar | 2015-07-30 18:26:40 -0700 |
| commit | 2440b824c68e4604d174e92e26af2c3eca1ec171 (patch) | |
| tree | da4417c923631571cb4247f351f17bfb7739f13d /src/main/stanza/ir-utils.stanza | |
| parent | 30d3b50982a40eefeb5a2abcc8d85da1af88d84f (diff) | |
Added module name to error messages.
Diffstat (limited to 'src/main/stanza/ir-utils.stanza')
| -rw-r--r-- | src/main/stanza/ir-utils.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/ir-utils.stanza b/src/main/stanza/ir-utils.stanza index 6e34a1e5..7bb7ff01 100644 --- a/src/main/stanza/ir-utils.stanza +++ b/src/main/stanza/ir-utils.stanza @@ -61,7 +61,7 @@ public defn PassExceptions (xs:Streamable<PassException>) : public definterface Compiler public defmulti passes (c:Compiler) -> List<Pass> -public defmulti file (c:Compiler) -> String +public defmulti with-output (c:Compiler) -> ((() -> False) -> False) public definterface Pass public defmulti pass (p:Pass) -> (Circuit -> Circuit) |
