1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Stub in a generic Sequenceable module.

This commit is contained in:
Rob Rix 2016-07-22 15:33:01 -04:00
parent dd0e4d890f
commit 808f15d40e
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ library
, Data.RandomWalkSimilarity
, Data.Record
, Data.Sequenceable
, Data.Sequenceable.Generic
, Data.These.Arbitrary
, Diff
, Diff.Arbitrary

View File

@ -0,0 +1 @@
module Data.Sequenceable.Generic where