Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 260 Bytes

File metadata and controls

10 lines (6 loc) · 260 Bytes

CycleInKindDeclaration Error

Cause

A top-level kind signature is declared in a way that would incur a dependency on itself.

Fix

  • A kind signature cannot depend on itself.
  • Check the kind signature for any types mentioned in the kind signature.