aboutsummaryrefslogtreecommitdiff
path: root/another.lang
blob: 9ff9f8885b54c39ee8d3fb57f817d25a60241a81 (plain)
1
2
3
4
5
6
7
8
9
## (ann id #type (All [x] (-> [x] x)))
(def (id x)
  x)

#( (def (id x)
     (let return "RETURN"
          return))
   )#