log modules/false.tp @ 245:3590ecca6bc9

age author description
Tue, 27 Aug 2013 22:50:48 -0700 Mike Pavone Added string method to true and false modules
Thu, 26 Jul 2012 23:40:56 -0700 Mike Pavone Added short-circuit && and || operators
Sat, 14 Jul 2012 20:05:51 -0700 William Morgan added 'not' message to 'true' and 'false' modules
Sat, 14 Jul 2012 19:32:14 -0700 Mike Pavone Update true and false with improved versions from ICFP contest project
Sat, 14 Jul 2012 16:14:01 -0700 Mike Pavone Change strategy for handling true and false to avoid some initialization order problems and improve performance. Add support for negative integer literals. Update samples to reflect true/false change.