Skip to content

Make ServerPart a type constructor synonym #32

Description

@amigalemming

Currently it is:

type Happs.ServerPart a = Happs.ServerPartT IO a

Could we instead have:

type Happs.ServerPart = Happs.ServerPartT IO

This way, I could use Happs.ServerPart in a monad transformers stack, e.g. ExceptionalT Happs.Response Happs.ServerPart a.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions