File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ module Everything where
33open import Leios.Simplified
44open import Leios.Simplified.Deterministic
55open import Leios.Short
6+ open import Leios.Short.Deterministic
67open import Leios.Network
7- open import Leios.Foreign.Export
8+ open import Leios.Foreign.Types
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ open import Class.Convertible
1818open import Class.Decidable.Instances
1919open import Class.HasHsType
2020
21- open import Leios.Foreign.HSTypes as F
21+ open import Leios.Foreign.HsTypes as F
2222open import Leios.Foreign.Util
2323open import Foreign.Haskell
2424
Original file line number Diff line number Diff line change 1- module Leios.Foreign.HSTypes where
1+ module Leios.Foreign.HsTypes where
22
33{-# FOREIGN GHC
44 {-# LANGUAGE DeriveGeneric #-}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ open import Leios.Prelude
1212open import Leios.Foreign.Defaults
1313 renaming (EndorserBlock to EndorserBlockAgda; IBHeader to IBHeaderAgda) -- LeiosState to LeiosStateAgda)
1414open import Leios.Foreign.BaseTypes
15- open import Leios.Foreign.HSTypes
15+ open import Leios.Foreign.HsTypes
1616open import Leios.Foreign.Util
1717
18- module Leios.Foreign.Export where
18+ module Leios.Foreign.Types where
1919
2020{-# FOREIGN GHC
2121 {-# LANGUAGE DuplicateRecordFields #-}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ module Lib (
33 module Lib ,
44) where
55
6- import MAlonzo.Code.Leios.Foreign.Export as X
7- import MAlonzo.Code.Leios.Foreign.HSTypes as X
6+ import MAlonzo.Code.Leios.Foreign.HsTypes as X
7+ import MAlonzo.Code.Leios.Foreign.Types as X
You can’t perform that action at this time.
0 commit comments