TTGing the lambda lifter

This commit is contained in:
sebastianselander 2023-02-10 12:09:08 +01:00
parent f4f1786be3
commit a1e9624d5e
5 changed files with 67 additions and 13 deletions

View file

@ -1,5 +0,0 @@
module Auxiliary (module Auxiliary) where
snoc :: a -> [a] -> [a]
snoc x xs = xs ++ [x]