1(*
2 * Copyright 2016, NICTA
3 *
4 * This software may be distributed and modified according to the terms of
5 * the BSD 2-Clause license. Note that NO WARRANTY is provided.
6 * See "LICENSE_BSD2.txt" for details.
7 *
8 * @TAG(NICTA_BSD)
9 *)
10
11(* Resurrect old "defs" command which was removed in Isabelle 2016.
12 * Should be replaced with overloading..definition..end blocks. *)
13
14theory Defs
15imports Main
16keywords "defs" :: thy_decl and "consts'" :: thy_decl
17begin
18
19ML_file "defs.ML"
20
21end
22
23