Closed Luke-Michael-Brown closed 11 years ago
Some quick tips.
For example "(==[]) . foldMapIR isEmptyCard . snd" can be replaced with "null . foldMapIR isEmptyCard . snd"
on
snd" can be replaced with "comparing snd". Both are in the standard library, not sure which is prefered.Thanks for all the hard work Luke and good luck with school!
Changed the Ir to allow a clafer to have an ISuper and IReference ('->' and ':') see: http://gsd.uwaterloo.ca:8888/question/1065/separate-the-super-clafer-and-reference-type
Removed ambiguity of '->' and '->>' see: http://gsd.uwaterloo.ca:8888/question/877/expand-set-reference-to-bag-reference-only-in
Added redefinition to clafer
Added Ir parents updating them selves during analysis.