strict-sop-core-0.1.3.0: Strict replacement for NS and NP.
Safe HaskellNone
LanguageHaskell2010

Data.SOP.Strict

Contents

Description

Strict variant of SOP

Synopsis

Documentation

fn

fn_5 ∷ ∀ {k} f0 (a ∷ k) f1 f2 f3 f4 f5. (f0 a → f1 a → f2 a → f3 a → f4 a → f5 a) → (f0 -.-> (f1 -.-> (f2 -.-> (f3 -.-> (f4 -.-> f5))))) a Source #

Reexports