Set package:Cabal-syntax

A set of values a.
Like List, but for Set.
Set cabal spec version.
O(V). Convert a graph into a set of keys.
alaSet and alaSet' are simply Set' constructor, with additional phantom arguments to constrain the resulting type
>>> :t alaSet VCat
alaSet VCat :: Set a -> Set' VCat (Identity a) a
>>> :t alaSet' FSep Token
alaSet' FSep Token :: Set String -> Set' FSep Token String
>>> unpack' (alaSet' FSep Token) <$> eitherParsec "foo bar foo"
Right (fromList ["bar","foo"])
More general version of alaSet.
Convert old License to SPDX License. Non-SPDX licenses are converted to LicenseRef.
ASWF-Digital-Assets-1.0, ASWF Digital Assets License version 1.0, SPDX License List 3.23, SPDX License List 3.25