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:
parent
5a7046d866
commit
a8ca94bd49
@ -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
1
src/Data/Copointed.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Copointed where
|
Loading…
Reference in New Issue
Block a user