Skip to content

Commit

Permalink
test: simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 28, 2024
1 parent c919497 commit d9d6db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test (a : Type) : Type
""";

@Language("Aya") String testNoPattern = """
open import Paths
open import Paths hiding (funExt)
variable A B : Type
def funExt (f g : A -> B) (p : forall a -> f a = g a) : f = g
Expand Down

0 comments on commit d9d6db0

Please sign in to comment.