1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Re-export :+:.

This commit is contained in:
Rob Rix 2019-10-08 16:02:18 -04:00
parent b25c92bea0
commit 36d8d4682b
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -2,6 +2,7 @@
module AST.Element
( Element(..)
, pattern Prj
, (:+:)(..)
) where
import GHC.Generics ((:+:)(..))