Safe Haskell | None |
---|---|
Language | GHC2024 |
Aggregate.Proposal
Contents
Documentation
type Proposal (sc :: Nat) = Assignments sc #
data ProposalsProblem #
Constructors
ProposalsIsEmpty |
Instances
Exception ProposalsProblem # | |
Defined in Aggregate.Proposal Methods toException :: ProposalsProblem -> SomeException # fromException :: SomeException -> Maybe ProposalsProblem # | |
Show ProposalsProblem # | |
Defined in Aggregate.Proposal Methods showsPrec :: Int -> ProposalsProblem -> ShowS # show :: ProposalsProblem -> String # showList :: [ProposalsProblem] -> ShowS # | |
Eq ProposalsProblem # | |
Defined in Aggregate.Proposal Methods (==) :: ProposalsProblem -> ProposalsProblem -> Bool # (/=) :: ProposalsProblem -> ProposalsProblem -> Bool # |