Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions common/Rhyolite/Vessel/AuthenticatedV.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ import Data.Vessel.ViewMorphism (ViewQueryResult, ViewMorphism(..), ViewHalfMorp
import Data.Vessel.Vessel (vessel)
import Data.Bifoldable

-- TODO upstream this instance
-- see https://github.com/obsidiansystems/vessel/pull/22/commits/b61428df85f0befa90a8cbd18cb860ebded70e21
instance (Has' Semigroup k (FlipAp g), GCompare k, Has View k) => DecidablyEmpty (Vessel k g) where
isEmpty = nullV
-- -- TODO upstream this instance
-- -- see https://github.com/obsidiansystems/vessel/pull/22/commits/b61428df85f0befa90a8cbd18cb860ebded70e21
-- instance (Has' Semigroup k (FlipAp g), GCompare k, Has View k) => DecidablyEmpty (Vessel k g) where
-- isEmpty = nullV

-- | An internal key type used to glue together parts of a view selector
-- that have different authentication contexts.
Expand Down