Conversation

Replying to
I appreciate Haskell more using identifiers to indicate that the left-hand of :: is a quantifiee forall (n :: Nat). .. pi (n :: Nat). .. otherwise, it's an annotation: (Eq a :: Constraint) => .. (Int :: Type) -> ..
1
Show replies