type-spec-0.1.0.0: Type Level Specification by Example

Safe HaskellNone
LanguageHaskell2010

Test.TypeSpec

Description

A tiny EDSL to write type-level-unit tests.

Synopsis

Documentation

type Expect = TypeSpec Source #

An alias for TypeSpec.

type Explain does this = TypeSpec (It does this) Source #

Another alias for TypeSpec (and also It)

type It's = It Source #

type They message expectations = It message expectations Source #