Packages

Property-based testing and metamorphic testing combinator library for Gleam

Current section

Files

Jump to
metamon include metamon@relation_Relation.hrl
Raw

include/metamon@relation_Relation.hrl

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