iface: rename module `Symantic.{Lang => Class}`
[haskell/symantic-base.git] / src / Symantic / Derive.hs
index 1a6dc20f3e7c0414c88d06feec4fde3575c6caab..b61ff5f971c5ee6cfff59f2873bd8d0cc3d5e18c 100644 (file)
@@ -11,7 +11,7 @@ import Data.Kind (Type)
 type family Derived (repr :: Type -> Type) :: Type -> Type
 
 -- * Class 'Derivable'
--- | Derivable an interpreter to a another interpreter
+-- | Derive an interpreter to a another interpreter
 -- determined by the 'Derived' open type family.
 -- This is mostly useful when running the interpreter stack,
 -- but also when going back from an initial encoding to a final one.