temporal-sdk
Safe HaskellNone
LanguageHaskell2010

Temporal.Bundle.TH

Description

This module provides Template Haskell functions for generating the boilerplate required to use the Temporal.Bundle module.

This is generally the easiest way to define groups of related activities and workflows with minimal boilerplate.

See Bundle for more example code.

Synopsis

Documentation

temporalBundle :: DecsQ -> DecsQ Source #

Defines a synonym for the bare type with the same name. The strippable definition is suffixed by B, and the covered type is suffixed by H.

data DeclareRecordConfig Source #

Constructors

DeclareRecordConfig 

Fields