GArrowSkeleton: add comment
authorAdam Megacz <megacz@cs.berkeley.edu>
Sat, 14 Apr 2012 21:51:09 +0000 (14:51 -0700)
committerAdam Megacz <megacz@cs.berkeley.edu>
Sat, 14 Apr 2012 21:51:09 +0000 (14:51 -0700)
examples/GArrowSkeleton.hs
examples/IFLDemos.hs [moved from examples/KappaDemo.hs with 100% similarity]

index dd7937b..9f42e8a 100644 (file)
 -- behavior below -- you'd get (GAS_comp f GAS_id) instead of f.  In
 -- practice this means that the user must be prepared for the skeleton
 -- TikZ diagram to be a nondeterministically-chosen boxes-and-wires
--- diagram which ks *equivalent to* the term, rather than structurally
+-- diagram which is *equivalent to* the term, rather than structurally
 -- exactly equal to it.
 --
+-- A normal form theorem and normalization algorithm are being prepared.
+--
 module GArrowSkeleton (GArrowSkeleton(..), optimize, beautify)
 where
 import Prelude hiding ( id, (.), lookup, repeat )
similarity index 100%
rename from examples/KappaDemo.hs
rename to examples/IFLDemos.hs