effect-ts-laws
    Preparing search index...

    Function isParameterizedTypeclassName

    • Type guard for parameterized type typeclass names.

      Parameters

      • o: string

      Returns o is
          | "Invariant"
          | "Covariant"
          | "Applicative"
          | "Foldable"
          | "Traversable"
          | "Alternative"
          | "Bicovariant"
          | "Contravariant"
          | "Filterable"
          | "FlatMap"
          | "Monad"
          | "RightFoldable"
          | "SemiAlternative"