mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
Stub in a GSequenceable typeclass.
This commit is contained in:
parent
808f15d40e
commit
e93a826f52
@ -1 +1,6 @@
|
||||
module Data.Sequenceable.Generic where
|
||||
|
||||
import Prologue
|
||||
|
||||
class GSequenceable t where
|
||||
gsequenceAlt :: Alternative f => t (f a) -> f (t a)
|
||||
|
Loading…
Reference in New Issue
Block a user