tuned whitespace;
authorwenzelm
Thu, 11 Jun 2020 14:18:34 +0200
changeset 71934 914baafb3da4
parent 71933 aec0f7b58cc6
child 71935 82b00b8f1871
tuned whitespace;
src/HOL/Examples/ML.thy
src/HOL/Examples/Seq.thy
src/Tools/SML/Examples.thy
--- a/src/HOL/Examples/ML.thy	Thu Jun 11 14:13:04 2020 +0200
+++ b/src/HOL/Examples/ML.thy	Thu Jun 11 14:18:34 2020 +0200
@@ -5,7 +5,7 @@
 section \<open>Isabelle/ML basics\<close>
 
 theory "ML"
-imports Main
+  imports Main
 begin
 
 subsection \<open>ML expressions\<close>
--- a/src/HOL/Examples/Seq.thy	Thu Jun 11 14:13:04 2020 +0200
+++ b/src/HOL/Examples/Seq.thy	Thu Jun 11 14:18:34 2020 +0200
@@ -5,7 +5,7 @@
 section \<open>Finite sequences\<close>
 
 theory Seq
-imports Main
+  imports Main
 begin
 
 datatype 'a seq = Empty | Seq 'a "'a seq"
--- a/src/Tools/SML/Examples.thy	Thu Jun 11 14:13:04 2020 +0200
+++ b/src/Tools/SML/Examples.thy	Thu Jun 11 14:18:34 2020 +0200
@@ -5,7 +5,7 @@
 section \<open>Standard ML within the Isabelle environment\<close>
 
 theory Examples
-imports Pure
+  imports Pure
 begin
 
 text \<open>