lh-l4v/lib/ML_Utils
Gerwin Klein a13db04598
lib: README.md files for the new sessions
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
2023-01-25 11:49:59 +11:00
..
ListExtras.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
ML_Utils.thy lib+tools: MLUtils -> ML_Utils for consistency 2023-01-20 13:43:39 +11:00
MethodExtras.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
MkTermAntiquote.thy lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
MkTermAntiquote_Tests.thy lib: make ML_Utils a separate session 2023-01-20 13:43:39 +11:00
OptionExtras.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
README.md lib: README.md files for the new sessions 2023-01-25 11:49:59 +11:00
ROOT lib+tools: MLUtils -> ML_Utils for consistency 2023-01-20 13:43:39 +11:00
StringExtras.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
Sum.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
TacticAntiquotation.thy lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
TacticAntiquotation_Test.thy lib: make ML_Utils a separate session 2023-01-20 13:43:39 +11:00
TacticTutorial.thy lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
TermExtras.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
TermPatternAntiquote.thy lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
TermPatternAntiquote_Tests.thy lib: make ML_Utils a separate session 2023-01-20 13:43:39 +11:00
ThmExtras.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
mkterm_antiquote.ML lib: rename ml-helpers to ML_Utils 2023-01-20 11:26:48 +11:00
tests.xml lib: make ML_Utils a separate session 2023-01-20 13:43:39 +11:00

README.md

Isabelle/ML Utilities

ML_Utils is a collection of 'basic' ML utilities (similar to ~~/src/Pure/library.ML}). If you find yourself implementing:

  • a simple data-structure-shuffling task,
  • something that shows up in the standard library of other functional languages, or
  • something that's "missing" from the general pattern of an Isabelle ML library,

consider adding it here.