You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
444 B

2 years ago
  1. Right
  2. (Decl { declName = "foo"
  3. , declRhs =
  4. Let [ Decl { declName = "x"
  5. , declRhs =
  6. Let
  7. [ Decl {declName = "y", declRhs = Var "z", declWhere = Nothing} ]
  8. (Var "y")
  9. , declWhere = Nothing
  10. }
  11. ]
  12. (Var "x")
  13. , declWhere = Nothing
  14. })