79470817

Date: 2025-02-26 19:20:13
Score: 1
Natty:
Report link

Mark the Type Family as Injective (if applicable) If Fam is injective, you can declare it explicitly using the InjectiveTypeFamilies extension:

{-# LANGUAGE TypeFamilies, FunctionalDependencies, InjectiveTypeFamilies #-}

type family Fam a = b | b -> a

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sye