Pseudocode: Generate fake values for Unit/Nothing-typed expressions

This commit is contained in:
Alexey Sedunov
2014-07-23 12:56:21 +04:00
parent 2d3ac9109b
commit 77bbf8f73b
72 changed files with 851 additions and 592 deletions
@@ -16,5 +16,7 @@ get() {
return b
}
---------------------
b <v0>: Int NEW: r(b) -> <v0>
b <v0>: Int NEW: r(b) -> <v0>
return b !<v1>: *
{ val b: Int return b } !<v1>: * COPY
=====================