Skip to content

Commit

Permalink
Export empty predicate failures.
Browse files Browse the repository at this point in the history
Needed for orphan instances for cardano-node.
  • Loading branch information
nc6 committed Sep 15, 2020
1 parent d758f18 commit 7265684
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Expand Up @@ -11,6 +11,7 @@
module Shelley.Spec.Ledger.STS.Mir
( MIR,
PredicateFailure,
MirPredicateFailure,
)
where

Expand Down
Expand Up @@ -8,6 +8,7 @@ module Shelley.Spec.Ledger.STS.PoolReap
( POOLREAP,
PoolreapState (..),
PredicateFailure,
PoolreapPredicateFailure,
)
where

Expand Down
Expand Up @@ -8,6 +8,7 @@ module Shelley.Spec.Ledger.STS.Rupd
( RUPD,
RupdEnv (..),
PredicateFailure,
RupdPredicateFailure,
)
where

Expand Down
Expand Up @@ -7,6 +7,7 @@
module Shelley.Spec.Ledger.STS.Snap
( SNAP,
PredicateFailure,
SnapPredicateFailure,
)
where

Expand Down
Expand Up @@ -12,6 +12,7 @@ module Shelley.Spec.Ledger.STS.Updn
UpdnEnv (..),
UpdnState (..),
PredicateFailure,
UpdnPredicateFailure,
)
where

Expand Down

0 comments on commit 7265684

Please sign in to comment.