Skip to content

Commit 1a0333f

Browse files
committed
tweak
1 parent 3c11765 commit 1a0333f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/examples/Arith.agda

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ open Eq.≡-Reasoning
1717
open import Structures
1818
open import Syntax
1919
using (Sig; sig→ℕ; ∁; ν; ■; ↑; _•_; ext; id; Rename; Shiftable; Equiv;
20-
Relatable)
20+
Relatable; Result)
2121
open import Var
22-
open import Sig using (Result)
2322

2423
module examples.Arith where
2524

0 commit comments

Comments
 (0)