Skip to content

Commit

Permalink
All: minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakang authored and yutakang committed Oct 8, 2020
1 parent 02b84ce commit 23deb9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Innsbruck/Demo.thy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The definitions of sep and itrev are from Isabelle's tutorial.
*)
theory Demo
imports Main "../PSL/PSL" "../PaMpeR/PaMpeR" "../PSL/PSL"
imports "Smart_Isabelle.Smart_Isabelle" Main
begin

(*** Part I ***)
Expand Down
2 changes: 1 addition & 1 deletion LiFtEr/LiFtEr.thy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MeLoId: Machine Learning Induction for Isabelle/HOL, and
LiFtEr: Logical Feature Extractor.
*)
theory LiFtEr
imports "SeLFiE.SeLFiE"
imports "SeLFiE.SeLFiE" Main
keywords "assert_LiFtEr_true" :: diag
and "assert_LiFtEr_false":: diag
and "assert_LiFtEr" :: diag
Expand Down
2 changes: 1 addition & 1 deletion PSL/Try_Hard.thy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file defines the default strategy "TryHard".
*)

theory Try_Hard
imports "SeLFiE.SeLFiE"
imports "SeLFiE.SeLFiE" Main
keywords "strategy" :: thy_decl
and "find_proof" :: diag
and "try_hard" :: diag
Expand Down
2 changes: 1 addition & 1 deletion SeLFiE/Test_SeLFiE.thy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
theory Test_SeLFiE
imports SeLFiE
imports Main SeLFiE
begin

lemma "f x \<Longrightarrow> g y \<Longrightarrow> h z"
Expand Down

0 comments on commit 23deb9f

Please sign in to comment.