History log of /seL4-l4v-10.1.1/HOL4/examples/separationLogic/src/holfoot/hfheader.sml
Revision Date Author Comments
# 167b3e37 29-Nov-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Rename file in sep. logic example

Having a file called header.sml confused dependency calculation on Macs
because its calculation of what happened in the .grm.sml file thought
there was a dependency on a structure called Header that was actually
purely internal. Because of the Mac's case-insensitive file system, this
was thought to be a dependency on the header file. This led to build
failure.