Apache-2.0 licensed by Yuji Yamamoto
Maintained by [email protected]
This version can be pinned in stack with:th-strict-compat-0.1.0.1@sha256:7401926899c35ca7fd75c3ca68e60247119f98ac4e16078d9af25ec1f7d8c198,885

Module documentation for 0.1.0.1

th-strict-compat

Compatibility shim for Bang and Strict in Template Haskell.

As the document says, as of template-haskell-2.11.0.0, Strict has been replaced by Bang.
So now Strict is the alias of Bang, but [Strict’s data constructors (http://hackage.haskell.org/package/template-haskell-2.10.0.0/docs/Language-Haskell-TH-Syntax.html#t:Strict)] are not provided anymore.
So this package provides these values for both versions of template-haskell.

  • isStrict
  • notStrict
  • unpacked