History log of /seL4-l4v-10.1.1/HOL4/examples/dev/sw2/defunctionalize.sml
Revision Date Author Comments
# 4761143b 10-Aug-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed trailing whitespace from all .sml and .sig files.

This affects over 900 files and was done using emacs's delete-trailing-whitespace
function in batch mode. Building the system with Poly/ML and Moscow ML seems to
work, so I'm hoping these changes don't break anything. Please complain if
they do!


# dadc7328 06-Nov-2007 Guodong Li <ligd@cs.utah.edu>

Updates on the software compiler:
1. Extend the front-end to handle polymorphism and higher order functions
2. Add primitive approaches to deal with pattern matching
3. Implement function calls in a caller save style
4. Fix a few bugs in existing source code