hydra-0.8.0: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Constraints

Description

A model for path- and pattern-based graph constraints, which may be considered as part of the schema of a graph

Synopsis

Documentation

data PatternImplication Source #

A pattern which, if it matches in a given graph, implies that another pattern must also match. Query variables are shared between the two patterns.