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:
parent
c18217567e
commit
22248f26bf
@ -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
|
||||
|
1
src/Data/Functor/Listable.hs
Normal file
1
src/Data/Functor/Listable.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Functor.Listable where
|
Loading…
Reference in New Issue
Block a user