restartable-0.3.0.0: Minimal live coding library for model-view-event-update applications.

Safe HaskellNone
LanguageHaskell2010

Test.Initial

Contents

Description

This module describes values that are initialized from a list of _all optional_ Aeson.Values. Initialization should be fully generic by default.

Synopsis

Tests for Initial class:

property_initialFromJSON :: Initial a => Proxy a -> Value -> Bool Source #

Check that we get some value no matter what.