1
1
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:
Rob Rix 2017-09-14 16:01:37 -04:00
parent 12d734f942
commit 276cbed2b0
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ library
, Alignment
, Category
, Data.Align.Generic
, Data.Bifunctor.Symmetrical
, Data.Blob
, Data.Error
, Data.Functor.Both

View File

@ -0,0 +1 @@
module Data.Bifunctor.Symmetrical where