Skip to content

Commit

Permalink
Agda 2.6.4
Browse files Browse the repository at this point in the history
With this Agda version there were changes [1] to instance resolution
algorithm, from agda changelog:

[Breaking] The algorithm for resolution of instance arguments has been
simplified. It will now only rely on the type of instances to
determine which candidate it should use, and no longer on their
values.

I've found this thread [2] at zulip, which might be helpful, but I
don't know how to fix the issues at felix yet.

[1] https://github.com/agda/agda/blob/master/doc/release-notes/2.6.4.md#language
[2] https://agda.zulipchat.com/#narrow/stream/238741-general/topic/Issue.20with.20instance.20search.20changes.20in.202.2E6.2E4/near/384560563
  • Loading branch information
jkopanski committed Jan 17, 2024
1 parent b24b302 commit 6dd2c40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Category theory for denotational design";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=23.05";
nixpkgs.url = "github:NixOS/nixpkgs?ref=23.11";
utils.url = "github:numtide/flake-utils";
agda-stdlib-src = {
url = "github:agda/agda-stdlib?ref=v2.0";
Expand Down

0 comments on commit 6dd2c40

Please sign in to comment.