1
1
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:
Rob Rix 2017-03-26 12:05:49 -04:00
parent 8a5a1dc178
commit f480bd5ad7
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -0,0 +1 @@
module Data.Functor.Union where