summaryrefslogtreecommitdiff
path: root/snapshots/isabelle/lib/lem/Lem_pervasives.thy
blob: 37da1224b8da89ad9f087ee266bf251e26de7b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
chapter \<open>Generated by Lem from pervasives.lem.\<close>

theory "Lem_pervasives" 

imports 
 	 Main
	 "Lem_basic_classes" 
	 "Lem_bool" 
	 "Lem_tuple" 
	 "Lem_maybe" 
	 "Lem_either" 
	 "Lem_function" 
	 "Lem_num" 
	 "Lem_map" 
	 "Lem_set" 
	 "Lem_list" 
	 "Lem_string" 
	 "Lem_word" 
	 "Lem_show" 
	 "Lem_sorting" 
	 "Lem_relation" 

begin 

 

(*include import Basic_classes Bool Tuple Maybe Either Function Num Map Set List String Word Show*)

(*import Sorting Relation*)

end