Noether.Lemmata.TypeFu.Set

type TSet s

type TSet' s

type family Cmp (a :: k) (b :: k) :: Ordering

type family (x :: [k]) ++ (y :: [k]) :: [k] where ...

type family (a :: Bool) ^^ (b :: Bool) :: Bool where ...

type family Nub t where ...

type family Sort (xs :: [k]) :: [k] where ...

type family Filter (f :: Bool) (p :: k) (xs :: [k]) :: [k] where ...

type family IfCons (pred :: Bool) (x :: k) (xs :: [k]) :: [k] where ...