mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Stub in a module for an n-ary union of type constructors.
This commit is contained in:
parent
8a5a1dc178
commit
f480bd5ad7
@ -21,6 +21,7 @@ library
|
||||
, Data.Functor.Both
|
||||
, Data.Functor.Classes.Eq.Generic
|
||||
, Data.Functor.Listable
|
||||
, Data.Functor.Union
|
||||
, Data.Mergeable
|
||||
, Data.Mergeable.Generic
|
||||
, Data.RandomWalkSimilarity
|
||||
|
1
src/Data/Functor/Union.hs
Normal file
1
src/Data/Functor/Union.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Functor.Union where
|
Loading…
Reference in New Issue
Block a user