1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Stub in a module for bindings.

This commit is contained in:
Rob Rix 2017-09-10 21:18:31 -04:00
parent 13accbf65d
commit 9b66f548c0
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ library
, Data.Align.Generic
, Data.Blob
, Data.Error
, Data.Functor.Binding
, Data.Functor.Both
, Data.Functor.Classes.Eq.Generic
, Data.Functor.Classes.Pretty.Generic

View File

@ -0,0 +1 @@
module Data.Functor.Binding where