1
1
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:
Rob Rix 2016-07-22 15:34:28 -04:00
parent 808f15d40e
commit e93a826f52

View File

@ -1 +1,6 @@
module Data.Sequenceable.Generic where
import Prologue
class GSequenceable t where
gsequenceAlt :: Alternative f => t (f a) -> f (t a)