mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
Stub in a module for a Symmetrical typeclass.
This commit is contained in:
parent
12d734f942
commit
276cbed2b0
@ -17,6 +17,7 @@ library
|
||||
, Alignment
|
||||
, Category
|
||||
, Data.Align.Generic
|
||||
, Data.Bifunctor.Symmetrical
|
||||
, Data.Blob
|
||||
, Data.Error
|
||||
, Data.Functor.Both
|
||||
|
1
src/Data/Bifunctor/Symmetrical.hs
Normal file
1
src/Data/Bifunctor/Symmetrical.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Bifunctor.Symmetrical where
|
Loading…
Reference in New Issue
Block a user