annotate tests/unbound.ur @ 2257:28a541bd2d23

Use referenced (rather than all) free variables as keys for pure caches.
author Ziv Scully <ziv@mit.edu>
date Sun, 27 Sep 2015 14:46:12 -0400
parents 16ee7ff7f119
children
rev   line source
adam@1717 1 structure M = struct end
adam@1717 2
adam@1717 3 fun f (x : $M.r) : $([A = int] ++ M.r) = x