Skip to content

Commit

Permalink
move Tipe to Conal folder
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Aug 27, 2024
1 parent d0c62b3 commit 796a88c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Katydid.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Katydid.Std.Ordering
import Katydid.Std.OrderingThunk
import Katydid.Std.Tipe
import Katydid.Std.Lists
import Katydid.Std.Ltac
import Katydid.Std.Balistic
Expand All @@ -10,6 +9,7 @@ import Katydid.Example.SimpLibrary
import Katydid.Expr.Desc
import Katydid.Expr.Regex

import Katydid.Conal.Tipe
import Katydid.Conal.Decidability
import Katydid.Conal.Function
import Katydid.Conal.Language
Expand Down
2 changes: 1 addition & 1 deletion Katydid/Conal/Calculus.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- A translation to Lean from Agda
-- https://github.com/conal/paper-2021-language-derivatives/blob/main/Calculus.lagda

import Katydid.Std.Tipe
import Katydid.Conal.Tipe
import Katydid.Conal.Function
import Katydid.Conal.Language

Expand Down
2 changes: 1 addition & 1 deletion Katydid/Conal/Function.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- An approximation of the Function module in the Agda standard library.

import Katydid.Std.Tipe
import Katydid.Conal.Tipe
import Mathlib.Logic.Equiv.Defs

-- A ↔ B = Inverse A B
Expand Down
2 changes: 1 addition & 1 deletion Katydid/Conal/Language.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- A translation to Lean from Agda
-- https://github.com/conal/paper-2021-language-derivatives/blob/main/Language.lagda

import Katydid.Std.Tipe
import Katydid.Conal.Tipe

namespace Language

Expand Down
File renamed without changes.

0 comments on commit 796a88c

Please sign in to comment.