Skip to content

Commit e996a44

Browse files
committed
Renaming
1 parent 5057328 commit e996a44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

formal-spec/Leios/Trace.agda renamed to formal-spec/Leios/Foreign/Defaults.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open Equivalence
1818

1919
-- The module contains very simple implementations for the functionalities
2020
-- that allow to build examples for traces for the different Leios variants
21-
module Leios.Trace where
21+
module Leios.Foreign.Defaults where
2222

2323
instance
2424
htx : Hashable (List ℕ) String

formal-spec/Leios/Foreign/Export.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open import Tactic.Derive.Convertible
1010
open import Tactic.Derive.HsType
1111

1212
open import Leios.Prelude
13-
open import Leios.Trace renaming (EndorserBlock to EndorserBlockAgda; IBHeader to IBHeaderAgda)
13+
open import Leios.Foreign.Defaults renaming (EndorserBlock to EndorserBlockAgda; IBHeader to IBHeaderAgda)
1414
open import Leios.Foreign.BaseTypes
1515
open import Leios.Foreign.HSTypes
1616
open import Leios.Foreign.Util

0 commit comments

Comments
 (0)