name: strict-types author: Pepe Iborra version: 0.1.0 license: BSD3 copyright: Jose Iborra Lopez, 2017 synopsis: A type level predicate ranging over strict types description: A type class for types T where forall x :: T . rnf x = \u22A5 <=> rwhnf x = \u22A5 build-type: Simple cabal-version: >= 1.10 homepage: https://github.com/pepeiborra/strict-types extra-source-files: README.md library hs-source-dirs: src build-depends: base < 5, array, bytestring, containers, foundation, text, unordered-containers, vector exposed-modules: Type.Strict other-modules: Paths_strict_types default-language: Haskell2010 executable examples buildable: False build-depends: containers, strict-types, unordered-containers, vector main-is: Examples.hs