mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Stub in a module for ambiguous data.
This commit is contained in:
parent
10f39e2fdf
commit
69892a8dc9
@ -17,6 +17,7 @@ library
|
||||
, Alignment
|
||||
, Category
|
||||
, Data.Align.Generic
|
||||
, Data.Amb
|
||||
, Data.Blob
|
||||
, Data.Functor.Both
|
||||
, Data.Functor.Classes.Eq.Generic
|
||||
|
1
src/Data/Amb.hs
Normal file
1
src/Data/Amb.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Amb where
|
Loading…
Reference in New Issue
Block a user