Skip to content

Existentials

Finn Teegen requested to merge fte/curry-frontend:existentials into master

Adds a new syntax extension named ExistentialQuantification that allows the use of existential quantification in data type or newtype declarations similar to Haskell, e.g.:

data Foo = forall a . Bar a

Merge request reports