History log of /seL4-l4v-10.1.1/HOL4/examples/formal-languages/context-free/grammarLib.sml
Revision Date Author Comments
# fd226fb8 23-Jul-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix grammarLib in light of changes to errormonad

This code relied on the preservation of state even in the presence of
failure so that it could store information about where failures had
occurred during parsing.

Rather than try to figure out how to do this with the revised
errormonad (which doesn't preserve failing states), just redefine the
monad in the prelude to grammarLib so that the rest of the code works.


# 05199544 20-Sep-2015 Konrad Slind <konrad.slind@gmail.com>

playground for formal language theory developments.