1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00

Stub in a Data.Coalescent module.

This commit is contained in:
Rob Rix 2016-03-10 09:41:57 -05:00
parent caaa9cb79f
commit 7c88d9ff38
2 changed files with 2 additions and 0 deletions

View File

@ -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
View File

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