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

Stub in a Data.Copointed module.

This commit is contained in:
Rob Rix 2016-03-02 23:08:28 -05:00
parent 5a7046d866
commit a8ca94bd49
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ library
, Category
, Control.Comonad.Cofree
, Control.Monad.Free
, Data.Copointed
, Data.Functor.Both
, Data.Option
, Data.OrderedMap

1
src/Data/Copointed.hs Normal file
View File

@ -0,0 +1 @@
module Data.Copointed where