We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae297c commit c247fa8Copy full SHA for c247fa8
1 file changed
src/Generic/AltSyntax.agda
@@ -8,7 +8,7 @@ open import Data.Bool
8
open import Data.List.All
9
open import Data.List.All.Properties
10
open import Data.List.Base as L hiding ([_])
11
-open import Data.Maybe.Base
+open import Data.Maybe.Base hiding (All)
12
open import Data.Sum.Base
13
import Data.Sum.Categorical.Left as SC
14
open import Data.Product
0 commit comments