Skip to content

Applicative methods of RWST are not all inlined #98

@sjshuck

Description

@sjshuck

[original issue 97 by Lysxia2 a.k.a. @Lysxia]

For example, this specialized use of liftA2 does not get inlined:

assoc0RWS :: RWS r (Endo w) s a -> RWS r (Endo w) s b -> RWS r (Endo w) s (a,b)
assoc0RWS x y = liftA2 (,) x y

Can we add an INLINE pragma to liftA2, (*>) and (<*)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions