1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Stub in a Listable module.

This commit is contained in:
Rob Rix 2017-01-05 14:34:45 -05:00
parent c18217567e
commit 22248f26bf
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ library
, Data.Align.Generic
, Data.Bifunctor.Join.Arbitrary
, Data.Functor.Both
, Data.Functor.Listable
, Data.Mergeable
, Data.Mergeable.Generic
, Data.RandomWalkSimilarity

View File

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