File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
cardano-api/src/Cardano/Api/Era/Internal Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 33{-# LANGUAGE LambdaCase #-}
44{-# LANGUAGE RankNTypes #-}
55
6+ -- | Era case functions for branching on era types
7+ --
8+ -- DEPRECATION NOTICE: The @case*@ functions in this module are deprecated and will be
9+ -- removed in a future release. They were used for era-based conditional logic but are
10+ -- being phased out in favor of direct pattern matching or other approaches.
11+ --
12+ -- DO NOT add new @case*@ functions to this module. If you need era-based branching,
13+ -- prefer direct pattern matching on era witnesses or use the conversion functions
14+ -- provided by the era system.
615module Cardano.Api.Era.Internal.Case
716 ( -- Case on CardanoEra
817 caseByronOrShelleyBasedEra
You can’t perform that action at this time.
0 commit comments