aboutsummaryrefslogtreecommitdiff
path: root/frontend/cheat.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cheat.icl')
-rw-r--r--frontend/cheat.icl10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/cheat.icl b/frontend/cheat.icl
new file mode 100644
index 0000000..776f323
--- /dev/null
+++ b/frontend/cheat.icl
@@ -0,0 +1,10 @@
+implementation module cheat
+
+i :: !a -> b
+i x =
+ code
+ { .inline i
+ no_op
+ .end
+ }
+