freec-unit-tests

Safe HaskellSafe
LanguageHaskell2010

FreeC.Test.Arbitrary

Contents

Description

This module contains Arbitrary instances for IR AST nodes.

Orphan instances

Arbitrary Type Source #

Generates an arbitrary type expression.

Instance details

Methods

arbitrary :: Gen Type

shrink :: Type -> [Type]