Error found: in module Main at tests/purs/failing/4408CyclicTriple.purs:22:33 - 22:38 (line 22, column 33 - line 22, column 38) Hole 'help' has the inferred type    Int -> K   You could substitute the hole with one of these values:    Main.aHaruna :: Int -> K   Main.bMiyu :: forall a. a -> K   Main.cKurumi :: forall a. a -> K   Main.dMiiko :: forall a. a -> K   Main.eHaruna :: Int -> K   Safe.Coerce.coerce :: forall a b. Coercible a b => a -> b  Unsafe.Coerce.unsafeCoerce :: forall a b. a -> b   Main.K :: Int -> K    in the following context: a :: a0 in binding group dMiiko, cKurumi, bMiyu where a0 is a rigid type variable bound at (line 0, column 0 - line 0, column 0) See https://github.com/purescript/documentation/blob/master/errors/HoleInferredType.md for more information, or to contribute content related to this error.