Skip to content

Commit

Permalink
import TotalMapOn module in Ledger.Prelude
Browse files Browse the repository at this point in the history
(so Alasdaire's script test doesn't choke on missing `TotalMapOn.agdai` file)
  • Loading branch information
williamdemeo committed Jul 15, 2023
1 parent d8f5ade commit 47d0bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ledger/Prelude.agda
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ open import Axiom.Set.Map th public
renaming (Map to _⇀_)

open import Axiom.Set.TotalMap th public
open import Axiom.Set.TotalMapOn th

open L.Decˡ public
hiding (_∈?_; ≟-∅)
Expand Down

0 comments on commit 47d0bcf

Please sign in to comment.