LeftCons.yqls 75 B

12345
  1. (
  2. (let c (Cons! world (String 'a)))
  3. (let world (Left! c))
  4. (return world)
  5. )