Error found: in module Main at tests/purs/failing/TypedHole3.purs:4:10 - 4:15 (line 4, column 10 - line 4, column 15) Hole 'help' has the inferred type    t0   You could substitute the hole with one of these values:    Control.Alt.alt :: forall f a. Alt f => f a -> f a -> f a   Control.Alternative.guard :: forall m. Alternative m => Boolean -> m Unit   Control.Applicative.liftA1 :: forall f a b. Applicative f => (a -> b) -> f a -> f b   Control.Applicative.pure :: forall f a. Applicative f => a -> f a   Control.Applicative.unless :: forall m. Applicative m => Boolean -> m Unit -> m Unit   Control.Applicative.when :: forall m. Applicative m => Boolean -> m Unit -> m Unit   Control.Apply.apply :: forall f a b. Apply f => f (a -> b) -> f a -> f b   Control.Apply.applyFirst :: forall a b f. Apply f => f a -> f b -> f a   Control.Apply.applySecond :: forall a b f. Apply f => f a -> f b -> f b   Control.Apply.lift2 :: forall a b c f. Apply f => (a -> b -> c) -> f a -> ... -> ...   Control.Apply.lift3 :: forall a b c d f. Apply f => (a -> b -> ...) -> f a -> ... -> ...   Control.Apply.lift4 :: forall a b c d e f. Apply f => (a -> b -> ...) -> f a -> ... -> ...   Control.Apply.lift5 :: forall a b c d e f g. Apply f => (a -> b -> ...) -> f a -> ... -> ...  Control.Biapplicative.bipure :: forall w a b. Biapplicative w => a -> b -> w a b   Control.Biapply.biapply :: forall w a b c d. Biapply w => w (a -> b) (c -> d) -> w a c -> w b d    in value declaration fn where t0 is an unknown type See https://github.com/purescript/documentation/blob/master/errors/HoleInferredType.md for more information, or to contribute content related to this error.