mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Stub in a Data.Coalescent module.
This commit is contained in:
parent
caaa9cb79f
commit
7c88d9ff38
@ -19,6 +19,7 @@ library
|
||||
, Control.Comonad.Cofree
|
||||
, Control.Monad.Free
|
||||
, Data.Adjoined
|
||||
, Data.Coalescent
|
||||
, Data.Copointed
|
||||
, Data.Functor.Both
|
||||
, Data.Option
|
||||
|
1
src/Data/Coalescent.hs
Normal file
1
src/Data/Coalescent.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Coalescent where
|
Loading…
Reference in New Issue
Block a user