Packages

Property-based testing and metamorphic testing combinator library for Gleam

Current section

Files

Jump to
metamon include metamon@relation_RelationN.hrl
Raw

include/metamon@relation_RelationN.hrl

-record(relation_n, {name :: binary(), holds :: fun((list(any())) -> boolean())}).