Module

Data.Graph.Causal.Utility

Package
purescript-causal-graphs
Repository
colehaus/purescript-causal-graphs

#before Source

before :: forall k. Eq k => k -> NonEmptyList k -> Maybe k

#after Source

after :: forall k. Eq k => k -> NonEmptyList k -> Maybe k

#distinctTwoSets Source

distinctTwoSets :: forall a. Ord a => Set a -> Set (TwoSet a)