seat-arrangement-0.1.0.0
Safe HaskellNone
LanguageGHC2024

Aggregate.Proposal

Documentation

type Proposal (sc :: Nat) = Assignments sc #

type Proposals (sc :: Nat) = Refined NotEmpty (Set (Proposal sc)) #

Orphan instances

KnownNat sc => Predicate NotEmpty (Set (Proposal sc)) # 
Instance details