1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Move the unseq/unseqs exports up.

This commit is contained in:
Rob Rix 2019-07-23 11:09:12 -04:00
parent ed0231cdf2
commit 4e98c0434b
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -5,6 +5,8 @@ module Data.Core
, Edge(..)
, rec
, (>>>)
, unseq
, unseqs
, (>>>=)
, unbind
, do'
@ -12,8 +14,6 @@ module Data.Core
, lam
, lams
, unlam
, unseq
, unseqs
, ($$)
, ($$*)
, unapply