mirror of https://github.com/seL4/l4v.git
23 lines
367 B
Plaintext
23 lines
367 B
Plaintext
(*
|
|
* Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*)
|
|
|
|
theory Crunch
|
|
imports
|
|
Monads.WPSimp
|
|
Lib
|
|
ML_Utils.ML_Utils
|
|
keywords "crunch" "crunch_ignore" :: thy_decl
|
|
begin
|
|
|
|
named_theorems "crunch_def"
|
|
named_theorems "crunch_rules"
|
|
named_theorems "crunch_param_rules"
|
|
|
|
ML_file "crunch-cmd.ML"
|
|
ML_file "Crunch.ML"
|
|
|
|
end
|