Releases: agda/agda
a70b851@master
What's Changed
- CI user_manual.yml: add xcolor to latex packages by @andreasabel in #7376
- New warning WithClauseProjectionFixityMismatch instead of GenericError by @andreasabel in #7374
- New warning
RecursiveDisplayForm
instead of hard error by @andreasabel in #7377 - [refactor] new InteractiveSplitError instead of GenericError by @andreasabel in #7378
- Fix #7382: make all module param sections live in DeadCode by @AndrasKovacs in #7383
- Print error name with error message by @andreasabel in #7379
- Testcase for #7382 (completes PR #7383) by @andreasabel in #7386
- Factor out
give_
and remove PatternErr handler by @andreasabel in #7387 - New error group GHCBackendError instead of GenericError by @andreasabel in #7385
- GenericError crusade, continued by @andreasabel in #7388
- New error NeedOptionAllowExec etc. instead of GenericError by @andreasabel in #7391
- Bump cubical to latest to include agda/cubical#1143 by @andreasabel in #7393
- Remove unused pattern constructor A.AnnP by @andreasabel in #7390
- New error group InteractionError by @andreasabel in #7394
- Get rid of some MonadFail in favor of IMPOSSIBLE by @andreasabel in #7395
- instance warning by @andreasabel in #7396
- Rerun hlint default to refresh warnings by @philderbeast in #7398
- Follow hlint suggestion: use gets by @philderbeast in #7400
- Remove MonadFail from NamesT and HasBuiltins by @andreasabel in #7397
- Follow hlint suggestion: use negate by @philderbeast in #7405
- GenericError crusade goes on: NeedOptionSizedTypes etc. by @andreasabel in #7409
- pattern in path lambda by @andreasabel in #7412
- Replace interaction
Cmd_no_metas
byCmd_load_no_metas
by @andreasabel in #7414 - Error refactoring: use of
Exception
, generic errors by @andreasabel in #7415 - New errors CannotGenerate{HComp,Transport}Clause by @andreasabel in #7418
- #7380: add clauses to generalizedTel projections by @UlfNorell in #7419
- Fixup #7265: restore passing arguments from goal to Mimer by @andreasabel in #7423
- Follow hlint suggestion: use maximum by @philderbeast in #7422
- #7371: add Mimer tests for -s and -l by @UlfNorell in #7426
- Follow hlint suggestion: redundant id by @philderbeast in #7429
- GenericError replacements by @andreasabel in #7425
- Bump hashable, tasty-quickcheck, and workflows by @andreasabel in #7432
- Follow hlint suggestion: redundant case by @philderbeast in #7431
- Warnings instead of GenericError for ill-formed pragmas by @andreasabel in #7430
- #7402: mimer failing on higher order goal by @UlfNorell in #7427
- Print warning name on same line as location by @andreasabel in #7435
- Reform printing of parse error by @andreasabel in #7437
- Test that the test suite covers all warnings by @andreasabel in #7441
- Remove disclaimer that Agda would not follow the Haskell PVP by @andreasabel in #7445
- Add new error
InvalidModalTelescopeUse
and add reproducer. by @jpoiret in #7447 - Agda's test suite should cover all errors by @andreasabel in #7446
- New warning FixingRelevance instead of GenericError by @andreasabel in #7451
- New error NotAllowedInDotPatterns instead of GenericError by @andreasabel in #7453
- NotAValidLet{Expression,Binding} instead of GenericError by @andreasabel in #7459
- Add ZuriHac Video to tutorial-list by @markusschlegel in #7458
- Actually, --exact-split is not really on by default by @andreasabel in #7456
- Reopen PR "Add
record where
syntax sugar (#6603)" by @andreasabel in #6911 - Fixed #7199 by @nad in #7454
- Temporary fix for reflection of partial elements. by @marcinjangrzybowski in #7287
- New unstructured error
IdiomBracketError
by @andreasabel in #7461 - Naming generic syntax errors (GenericError quest) by @andreasabel in #7462
- Fix #7436: make display forms of imported names DeadCode roots by @AndrasKovacs in #7444
- Debugging: up some verbosity levels mostly concerned about scope by @andreasabel in #7464
- Revert default to
--no-save-metas
by @andreasabel in #7457 - Re #7455: Setup.hs: catch when Agda did not produce (all) agdai files by @andreasabel in #7465
- Bump standard and cubical library submodules by @andreasabel in #7468
- Re #6919: also separate compilation warnings by newlines by @andreasabel in #7473
- Fix
{modify,state}TCLensM
and%==
and%%=
(lost state effects) by @andreasabel in #7474 - setup: Don't assume exe is built on --lib by @alt-romes in #7471
- Hotfix for #7442 by @jespercockx in #7475
- Bump std-lib to latest (v2.1.1) and cubical to latest by @andreasabel in #7476
- Reflection primitive for parsing surface level syntax from string. by @marcinjangrzybowski in #6629
- Make BackendName a Text by @andreasabel in #7479
- Named Backend errors instead of GenericError by @andreasabel in #7481
- Match display forms in the right context by @plt-amy in #7480
- Some named scope errors replacing GenericError by @andreasabel in #7483
- TypeChecking.Pretty: add missing SPECIALIZE & some INLINE, eta-contract by @andreasabel in #7485
- Named scope errors instead of GenericError by @andreasabel in #7488
- Mimer shouldn't try to use existing pattern lambdas in solutions by @UlfNorell in #7487
- Store warnings in a set rather than a list by @andreasabel in #7478
- Refactor: use List1 and Set1 in warnings and errors by @andreasabel in #7494
- Fix #7495: Check extra split clause patterns are trivial for exactness by @szumixie in #7496
- Add Left Multimap (⟜) to agda-input.el by @maxsnew in #7498
- Use non-empty collections in TypeError arguments by @andreasabel in #7497
- Warn in test runner if -v not supported by @lawcho in #7490
- handle ProjPs in DISPLAY pragmas by @plt-amy in #7501
- Fix & test
primShowNat
by @lawcho in #7500 - [ fix #7503 ] Use principal sort of datatype for checking if split is ok by @jespercockx in #7504
- Make termination checking more permissive wrt non-exact clause reduction by @szumixie in #7502
- TypeChecking.Pretty: remove and change some SPECIALIZE pragmas by @andreasabel in #7489
- ES6 modules by @lawcho in #7491
- Remove unused
clauseExact
field by @szumixie in #7505 - Correctly print ParserWarning range, remove
mdo
by @andreasabel in #7492 - Fix #7381: comply to GNU error standard: use dot instead of comma in ranges by @andreasabel in #7511
- Expose the names of generated record constructors (reopen #6975) by @plt-amy in #7510
- GenericError crusade by @andreasabel in #7512
- Reconcile PR #7510 with commit ac2888a: add Maybe Induction to scopeRecords by @andreasabel in #7513
- New error CannotQuote instead of GenericError by @andreasabel in #7516
- OccursCheckErrors by @andreasabel in #7518
- Refactor ArgsCheckState to use a single list of CheckedArg by @andreasabel in #7519
- Drop GHC 8.6 by @andreasabel in #7520
- refactor: use List1 in ConcreteNames by @andreasabel in #7522
- Replace obsolete
mutualBlockOf
bydefMutual <.> getConstInfo
by @andreasabel in #7523 - Refactor: IntMap instead of Map Int by ...
v2.7.0.1
Release notes for Agda version 2.7.0.1
This is a minor release of Agda fixing some bugs and regressions.
Installation
-
During installation, Agda type-checks its built-in modules and installs the generated
.agdai
files.
(This step is now skipped when the Agda executable is not installed, e.g.cabal install --lib Agda
.)
Should the generation for (some of) these files fail, the names of the missing ones are now printed,
but installation continues nevertheless (PR #7465).
Rationale: installation of these files is only crucial when installing Agda in super-user mode. -
Agda supports GHC versions 8.6.5 to 9.10.1.
Pragmas and options
-
The release notes of 2.7.0 claimed that the option
--exact-split
was now on by default
(Issue #7443).
This is actually not the case, the documentation has been suitably reverted. -
Default option
--save-metas
has been reverted to--no-save-metas
because of performance regressions
(Issue #7452).
Bug fixes
-
Fixed an internal error related to interface files
(Issue #7436). -
Fixed two internal errors in Mimer:
(Issue #7402 and
Issue #7484). -
Fixed a regression causing needless re-checking of files
(Issue #7199). -
Improved printing of terms by fixing a display form bug
(PR #7480).
List of closed issues
For 2.7.0.1, the following issues were
closed
(see bug tracker):
- Issue #7199: Agda re-checks a file with an up-to-date interface file
- Issue #7402: Mimer internal error in hole with constraint
- Issue #7436: Code only reachable from display forms not serialised in Agda 2.7.0
- Issue #7442: Regression: emptiness check fails when erased constructors are involved
- Issue #7443:
--exact-split
is not default in 2.7.0, contrary to claims - Issue #7452: Performance regression caused by making
--save-metas
the default - Issue #7455: Both stack and cabal fail to install Agda
- Issue #7484: Internal error using Mimer in where block
These pull requests were merged for 2.7.0.1:
- PR #7427: #7402: mimer failing on higher order goal
- PR #7444: Fix #7436: make display forms of imported names DeadCode roots
- PR #7445: Remove disclaimer that Agda would not follow the Haskell PVP
- PR #7454: Fixed #7199
- PR #7456: Actually, --exact-split is not really on by default
- PR #7457: Revert default to
--no-save-metas
- PR #7465: Re #7455: Setup.hs: catch when Agda did not produce (all) agdai files
- PR #7471: setup: Don't assume exe is built on --lib
- PR #7475: Hotfix for #7442
- PR #7476: Bump std-lib to latest (v2.1.1) and cubical to latest
- PR #7480: Match display forms in the right context
- PR #7487: Mimer shouldn't try to use existing pattern lambdas in solutions
What's Changed (auto-generated)
- Release 2.7.0.1 by @andreasabel in #7469
Full Changelog: v2.7.0...v2.7.0.1
v2.7.0
Release notes for Agda version 2.7.0
Highlights
-
Mimer, a re-implementation of the "auto" term synthesizer, replaces Agsy.
-
New syntax
using x ← e
to bind values on the left-hand-side of a function clause. -
Instance search is more performant thanks to a new indexing structure.
Additionally, users can now control how instances should be selected
in the case multiple candidates exist. -
User-facing options
--exact-split
,--keep-pattern-variables
, and--postfix-projections
are now on by default.
Installation
-
Agda versioning scheme switches to the Haskell Package Versioning Policy
so Agda can be more reliably used as a library.
Major releases will now bump the second number in the version tuple: 2.7.0, 2.8.0, 2.9.0, ... -
When the creation of the Agda library interface files fails during installation,
a warning is emitted rather than aborting installation.
The absence of these interface files is not a problem if the Agda installation
resides in user space; they will be created on the fly then.
Yet for system-wide installations in root space or packaging,
the interface files should be created.
This can be achieved by a manual invocation of Agda on the library source files
(i.e., primitive and builtin modulesAgda.*
).
(See Issue #7401 and PR #7404.) -
Agda supports GHC versions 8.6.5 to 9.10.1.
Pragmas and options
-
[Breaking] The option
--overlapping-instances
, which allows
backtracking during instance search, has been renamed to
--backtracking-instance-search
. -
These options are now on by default:
--exact-split
: Warn about clauses that are not definitional equalities.--keep-pattern-variables
: Do not introduce dot patterns in interactive splitting.--postfix-projections
: Print projections and projection patterns in postfix.--save-metas
: Try to not unfold metavariable solutions in interface files.
To revert to the old behavior, use options
--no-...
. -
Option
--rewriting
is now considered infective.
This means that if a module has this flag enabled,
then all modules importing it must also have that flag enabled. -
New warnings:
-
CoinductiveEtaRecord
if a record is declared bothcoinductive
and havingeta-equality
.
Used to be a hard error; now Agda continues, ignoringeta-equality
. -
ConflictingPragmaOptions
if giving both--this
and--that
when--this
implies--no-that
(and analogous for--no-this
implies
--that
, etc). -
ConstructorDoesNotFitInData
when a constructor parameter
is too big (in the sense of universe level) for the target data type of the constructor.
Error warning, used to be a hard error. -
DuplicateRecordDirectives
if e.g. arecord
is declared bothinductive
andcoinductive
,
or declaredinductive
twice. -
UselessMacro
when amacro
block does not contain any function definitions. -
WarningProblem
when trying to switch an unknown or non-benign warning with the-W
option.
Used to be a hard error.
-
-
Rejected rewrite rules no longer cause a hard error but instead cause
an error warning. The following warnings were added to document the
various reasons for rejection:RewriteLHSNotDefinitionOrConstructor
RewriteVariablesNotBoundByLHS
RewriteVariablesBoundMoreThanOnce
RewriteLHSReduces
RewriteHeadSymbolIsProjection
RewriteHeadSymbolIsProjectionLikeFunction
RewriteHeadSymbolIsTypeConstructor
RewriteHeadSymbolContainsMetas
RewriteConstructorParametersNotGeneral
RewriteContainsUnsolvedMetaVariables
RewriteBlockedOnProblems
RewriteRequiresDefinitions
RewriteDoesNotTargetRewriteRelation
RewriteBeforeFunctionDefinition
RewriteBeforeMutualFunctionDefinition
Lossy unification
-
New option
--require-unique-meta-solutions
(turned on by default).
Disabling it with--no-require-unique-meta-solutions
allows the type checker
to take advantage ofINJECTIVE_FOR_INFERENCE
pragmas (see below).
The--lossy-unification
flag implies--no-require-unique-meta-solutions
. -
New pragma
INJECTIVE_FOR_INFERENCE
which treats functions as injective for inferring implicit arguments if
--no-require-unique-meta-solutions
is given. The--no-require-unique-meta-solutions
flag needs to be given in the
file where the function is used, and not necessarily in the file where it is defined.
For example:postulate reverse-≡ : {l l' : List A} → reverse l ≡ reverse l' → reverse l ≡ reverse l' []≡[] : [] ≡ [] []≡[] = reverse-≡ (refl {x = reverse []})
does not work since Agda won't solve
l
andl'
for[]
, even though it knowsreverse l = reverse []
.
Ifreverse
is marked as injective with{-# INJECTIVE_FOR_INFERENCE reverse #-}
this example will work.
Syntax
Additions to the Agda syntax.
-
Left-hand side let:
using x ← e
(PR #7078)This new construct can be use in left-hand sides together with
with
and
rewrite
to give names to subexpressions. It is the left-hand side
counterpart of alet
-binding and supports the same limited form of pattern
matching on eta-expandable record values.It can be quite useful when you have a function doing a series of nested
with
s that share some expressions. Something likefun : A → B fun x using z ← e with foo z ... | p with bar z ... | q = r
Here the expression
e
doesn't have to be repeated in the twowith
-expressions.As in a
with
, multiple bindings can be separated by a|
, and variables to
the left are in scope in bindings to the right. -
Pattern synonyms can now expose existing instance arguments
(PR 7173).
Example:data D : Set where c : {{D}} → D pattern p {{d}} = c {{d}}
This allows us to explicitly bind these argument in a pattern match
and supply them explicitly when using the pattern synonym in an expression.f : D → D f (p {{d = x}}) = p {{d = x}}
We cannot create new instance arguments this way, though.
The following is rejected:data D : Set where c : D → D pattern p {{d}} = c d
Language
Changes to type checker and other components defining the Agda language.
-
Agda now uses discrimination trees to store and look up instance
definitions, rather than linearly searching through all instances for
a given "class" (PR #7109).This is a purely internal change, and should not result in any change
to which programs are accepted or rejected. However, it significantly
improves the performance of instance search, especially for the case
of a "type class" indexed by a single type argument. The new lookup
procedure should never be slower than the previous implementation.
Reflection
Changes to the meta-programming facilities.
-
[Breaking] Erased constructors are now supported in reflection machinery.
Quantity argument was added todata-cons
. For erased constructors this
argument has a value ofquantity-0
, otherwise it'squantity-ω
.
defineData
now requires setting quantity for each constructor. -
Add new primitive to run instance search from reflection code:
-- Try to solve open instance constraints. When wrapped in `noConstraints`, -- fails if there are unsolved instance constraints left over that originate -- from the current macro invokation. Outside constraints are still attempted, -- but failure to solve them are ignored by `noConstraints`. solveInstanceConstraints : TC ⊤
-
A new reflection primitive
workOnTypes : TC A → TC A
was added to
Agda.Builtin.Reflection
. This runs the given computation at the type level,
which enables the use of erased things. In particular, this is needed when
working with (dependent) function types with erased arguments. For example,
one can get the type of the tuple constructor_,_
(which now takes its type
parameters as erased arguments, see above) and unify it with the current goal
as follows:macro testM : Term → TC ⊤ testM hole = bindTC (getType (quote _,_)) (λ t → workOnTypes (unify hole t)) typeOfComma = testM
Interaction and emacs mode
-
[Breaking] The Auto command
Agsy has been replaced by an entirely new implementation Mimer
(PR #6410).
This fixes problems where Auto would fail in the presence of language features
it did not know about, such as copatterns or anything cubical.The reimplementation does not support case splitting (
-c
), disproving
(-d
) or refining (-r
). -
The Agda input method for Emacs has been extended by several character bindings.
The list of changes can be obtained with a git diff on the sources:git diff v2.6.4.3 v2.7.0 -- src/data/emacs-mode/agda-input.el
API
Highlighting some changes to Agda as a library.
- New module
Agda.Syntax.Common.KeywordRange
providing type `KwRange...
Agda 2.7.0 release candidate 2
Changes over release candidate 1
-
Reverted PR #5627 which had made options like
--type-in-type
infective. -
Fixed issues #7382 (internal error in deserialization) and #7401 (
cabal install --lib
).
Release notes for Agda version 2.7.0
Highlights
-
Mimer, a re-implementation of the "auto" term synthesizer, replaces Agsy.
-
New syntax
using x ← e
to bind values on the left-hand-side of a function clause. -
Instance search is more performant thanks to a new indexing structure.
Additionally, users can now control how instances should be selected
in the case multiple candidates exist. -
User-facing options
--exact-split
,--keep-pattern-variables
, and--postfix-projections
are now on by default.
Installation
-
Agda versioning scheme switches to the Haskell Package Versioning Policy
so Agda can be more reliably used as a library.
Major releases will now bump the second number in the version tuple: 2.7.0, 2.8.0, 2.9.0, ... -
When the creation of the Agda library interface files fails during installation,
a warning is emitted rather than aborting installation.
The absence of these interface files is not a problem if the Agda installation
resides in user space; they will be created on the fly then.
Yet for system-wide installations in root space or packaging,
the interface files should be created.
This can be achieved by a manual invocation of Agda on the library source files
(i.e., primitive and builtin modulesAgda.*
).
(See Issue #7401 and PR #7404.) -
Agda supports GHC versions 8.6.5 to 9.10.1.
Pragmas and options
-
[Breaking] The option
--overlapping-instances
, which allows
backtracking during instance search, has been renamed to
--backtracking-instance-search
. -
These options are now on by default:
--exact-split
: Warn about clauses that are not definitional equalities.--keep-pattern-variables
: Do not introduce dot patterns in interactive splitting.--postfix-projections
: Print projections and projection patterns in postfix.--save-metas
: Try to not unfold metavariable solutions in interface files.
To revert to the old behavior, use options
--no-...
. -
Option
--rewriting
is now considered infective.
This means that if a module has this flag enabled,
then all modules importing it must also have that flag enabled. -
New warnings:
-
CoinductiveEtaRecord
if a record is declared bothcoinductive
and havingeta-equality
.
Used to be a hard error; now Agda continues, ignoringeta-equality
. -
ConflictingPragmaOptions
if giving both--this
and--that
when--this
implies--no-that
(and analogous for--no-this
implies
--that
, etc). -
ConstructorDoesNotFitInData
when a constructor parameter
is too big (in the sense of universe level) for the target data type of the constructor.
Error warning, used to be a hard error. -
DuplicateRecordDirectives
if e.g. arecord
is declared bothinductive
andcoinductive
,
or declaredinductive
twice. -
UselessMacro
when amacro
block does not contain any function definitions. -
WarningProblem
when trying to switch an unknown or non-benign warning with the-W
option.
Used to be a hard error.
-
-
Rejected rewrite rules no longer cause a hard error but instead cause
an error warning. The following warnings were added to document the
various reasons for rejection:RewriteLHSNotDefinitionOrConstructor
RewriteVariablesNotBoundByLHS
RewriteVariablesBoundMoreThanOnce
RewriteLHSReduces
RewriteHeadSymbolIsProjection
RewriteHeadSymbolIsProjectionLikeFunction
RewriteHeadSymbolIsTypeConstructor
RewriteHeadSymbolContainsMetas
RewriteConstructorParametersNotGeneral
RewriteContainsUnsolvedMetaVariables
RewriteBlockedOnProblems
RewriteRequiresDefinitions
RewriteDoesNotTargetRewriteRelation
RewriteBeforeFunctionDefinition
RewriteBeforeMutualFunctionDefinition
Lossy unification
-
New option
--require-unique-meta-solutions
(turned on by default).
Disabling it with--no-require-unique-meta-solutions
allows the type checker
to take advantage ofINJECTIVE_FOR_INFERENCE
pragmas (see below).
The--lossy-unification
flag implies--no-require-unique-meta-solutions
. -
New pragma
INJECTIVE_FOR_INFERENCE
which treats functions as injective for inferring implicit arguments if
--no-require-unique-meta-solutions
is given. The--no-require-unique-meta-solutions
flag needs to be given in the
file where the function is used, and not necessarily in the file where it is defined.
For example:postulate reverse-≡ : {l l' : List A} → reverse l ≡ reverse l' → reverse l ≡ reverse l' []≡[] : [] ≡ [] []≡[] = reverse-≡ (refl {x = reverse []})
does not work since Agda won't solve
l
andl'
for[]
, even though it knowsreverse l = reverse []
.
Ifreverse
is marked as injective with{-# INJECTIVE_FOR_INFERENCE reverse #-}
this example will work.
Syntax
Additions to the Agda syntax.
-
Left-hand side let:
using x ← e
(PR #7078)This new construct can be use in left-hand sides together with
with
and
rewrite
to give names to subexpressions. It is the left-hand side
counterpart of alet
-binding and supports the same limited form of pattern
matching on eta-expandable record values.It can be quite useful when you have a function doing a series of nested
with
s that share some expressions. Something likefun : A → B fun x using z ← e with foo z ... | p with bar z ... | q = r
Here the expression
e
doesn't have to be repeated in the twowith
-expressions.As in a
with
, multiple bindings can be separated by a|
, and variables to
the left are in scope in bindings to the right. -
Pattern synonyms can now expose existing instance arguments
(PR 7173).
Example:data D : Set where c : {{D}} → D pattern p {{d}} = c {{d}}
This allows us to explicitly bind these argument in a pattern match
and supply them explicitly when using the pattern synonym in an expression.f : D → D f (p {{d = x}}) = p {{d = x}}
We cannot create new instance arguments this way, though.
The following is rejected:data D : Set where c : D → D pattern p {{d}} = c d
Language
Changes to type checker and other components defining the Agda language.
-
Agda now uses discrimination trees to store and look up instance
definitions, rather than linearly searching through all instances for
a given "class" (PR #7109).This is a purely internal change, and should not result in any change
to which programs are accepted or rejected. However, it significantly
improves the performance of instance search, especially for the case
of a "type class" indexed by a single type argument. The new lookup
procedure should never be slower than the previous implementation.
Reflection
Changes to the meta-programming facilities.
-
[Breaking] Erased constructors are now supported in reflection machinery.
Quantity argument was added todata-cons
. For erased constructors this
argument has a value ofquantity-0
, otherwise it'squantity-ω
.
defineData
now requires setting quantity for each constructor. -
Add new primitive to run instance search from reflection code:
-- Try to solve open instance constraints. When wrapped in `noConstraints`, -- fails if there are unsolved instance constraints left over that originate -- from the current macro invokation. Outside constraints are still attempted, -- but failure to solve them are ignored by `noConstraints`. solveInstanceConstraints : TC ⊤
-
A new reflection primitive
workOnTypes : TC A → TC A
was added to
Agda.Builtin.Reflection
. This runs the given computation at the type level,
which enables the use of erased things. In particular, this is needed when
working with (dependent) function types with erased arguments. For example,
one can get the type of the tuple constructor_,_
(which now takes its type
parameters as erased arguments, see above) and unify it with the current goal
as follows:macro testM : Term → TC ⊤ testM hole = bindTC (getType (quote _,_)) (λ t → workOnTypes (unify hole t)) typeOfComma = testM
Interaction and emacs mode
-
[Breaking] The Auto command
Agsy has been replaced by an entirely new implementation Mimer
(PR #6410).
This fixes problems where Auto would fail in the presence of language features
it did not know about, such as copatterns or anything cubical.The reimplementation does not support case splitting (
-c
), disproving
(-d
) or refining (-r
). -
The Agda input method for Emacs has been extended by several character bindings.
The lis...
Agda 2.7.0 release candidate 1
Release notes for Agda version 2.7.0
Highlights
-
Mimer, a re-implementation of the "auto" term synthesizer, replaces Agsy.
-
New syntax
using x ← e
to bind values on the left-hand-side of a function clause. -
Instance search is more performant thanks to a new indexing structure.
Additionally, users can now control how instances should be selected
in the case multiple candidates exist. -
User-facing options
--exact-split
,--keep-pattern-variables
, and--postfix-projections
are now on by default.
Installation
-
Agda versioning scheme switches to the Haskell Package Versioning Policy
so Agda can be more reliably used as a library.
Major releases will now bump the second number in the version tuple: 2.7.0, 2.8.0, 2.9.0, ... -
Agda supports GHC versions 8.6.5 to 9.10.1.
Pragmas and options
-
[Breaking] The option
--overlapping-instances
, which allows
backtracking during instance search, has been renamed to
--backtracking-instance-search
. -
These options are now on by default:
--exact-split
: Warn about clauses that are not definitional equalities.--keep-pattern-variables
: Do not introduce dot patterns in interactive splitting.--postfix-projections
: Print projections and projection patterns in postfix.--save-metas
: Try to not unfold metavariable solutions in interface files.
To revert to the old behavior, use options
--no-...
. -
The following options are now considered infective:
(Issue #5264)--allow-exec
--cumulativity
--experimental-irrelevance
--injective-type-constructors
--omega-in-omega
--rewriting
--type-in-type
This means that if a module has one of these flags enabled,
then all modules importing it must also have that flag enabled. -
New warnings:
-
CoinductiveEtaRecord
if a record is declared bothcoinductive
and havingeta-equality
.
Used to be a hard error; now Agda continues, ignoringeta-equality
. -
ConflictingPragmaOptions
if giving both--this
and--that
when--this
implies--no-that
(and analogous for--no-this
implies
--that
, etc). -
ConstructorDoesNotFitInData
when a constructor parameter
is too big (in the sense of universe level) for the target data type of the constructor.
Error warning, used to be a hard error. -
DuplicateRecordDirectives
if e.g. arecord
is declared bothinductive
andcoinductive
,
or declaredinductive
twice. -
UselessMacro
when amacro
block does not contain any function definitions. -
WarningProblem
when trying to switch an unknown or non-benign warning with the-W
option.
Used to be a hard error.
-
-
Rejected rewrite rules no longer cause a hard error but instead cause
an error warning. The following warnings were added to document the
various reasons for rejection:RewriteLHSNotDefinitionOrConstructor
RewriteVariablesNotBoundByLHS
RewriteVariablesBoundMoreThanOnce
RewriteLHSReduces
RewriteHeadSymbolIsProjection
RewriteHeadSymbolIsProjectionLikeFunction
RewriteHeadSymbolIsTypeConstructor
RewriteHeadSymbolContainsMetas
RewriteConstructorParametersNotGeneral
RewriteContainsUnsolvedMetaVariables
RewriteBlockedOnProblems
RewriteRequiresDefinitions
RewriteDoesNotTargetRewriteRelation
RewriteBeforeFunctionDefinition
RewriteBeforeMutualFunctionDefinition
Lossy unification
-
New option
--require-unique-meta-solutions
(turned on by default).
Disabling it with--no-require-unique-meta-solutions
allows the type checker
to take advantage ofINJECTIVE_FOR_INFERENCE
pragmas (see below).
The--lossy-unification
flag implies--no-require-unique-meta-solutions
. -
New pragma
INJECTIVE_FOR_INFERENCE
which treats functions as injective for inferring implicit arguments if
--no-require-unique-meta-solutions
is given. The--no-require-unique-meta-solutions
flag needs to be given in the
file where the function is used, and not necessarily in the file where it is defined.
For example:postulate reverse-≡ : {l l' : List A} → reverse l ≡ reverse l' → reverse l ≡ reverse l' []≡[] : [] ≡ [] []≡[] = reverse-≡ (refl {x = reverse []})
does not work since Agda won't solve
l
andl'
for[]
, even though it knowsreverse l = reverse []
.
Ifreverse
is marked as injective with{-# INJECTIVE_FOR_INFERENCE reverse #-}
this example will work.
Syntax
Additions to the Agda syntax.
-
Left-hand side let:
using x ← e
(PR #7078)This new construct can be use in left-hand sides together with
with
and
rewrite
to give names to subexpressions. It is the left-hand side
counterpart of alet
-binding and supports the same limited form of pattern
matching on eta-expandable record values.It can be quite useful when you have a function doing a series of nested
with
s that share some expressions. Something likefun : A → B fun x using z ← e with foo z ... | p with bar z ... | q = r
Here the expression
e
doesn't have to be repeated in the twowith
-expressions.As in a
with
, multiple bindings can be separated by a|
, and variables to
the left are in scope in bindings to the right. -
Pattern synonyms can now expose existing instance arguments
(PR 7173).
Example:data D : Set where c : {{D}} → D pattern p {{d}} = c {{d}}
This allows us to explicitly bind these argument in a pattern match
and supply them explicitly when using the pattern synonym in an expression.f : D → D f (p {{d = x}}) = p {{d = x}}
We cannot create new instance arguments this way, though.
The following is rejected:data D : Set where c : D → D pattern p {{d}} = c d
Language
Changes to type checker and other components defining the Agda language.
-
Agda now uses discrimination trees to store and look up instance
definitions, rather than linearly searching through all instances for
a given "class" (PR #7109).This is a purely internal change, and should not result in any change
to which programs are accepted or rejected. However, it significantly
improves the performance of instance search, especially for the case
of a "type class" indexed by a single type argument. The new lookup
procedure should never be slower than the previous implementation.
Reflection
Changes to the meta-programming facilities.
-
[Breaking] Erased constructors are now supported in reflection machinery.
Quantity argument was added todata-cons
. For erased constructors this
argument has a value ofquantity-0
, otherwise it'squantity-ω
.
defineData
now requires setting quantity for each constructor. -
Add new primitive to run instance search from reflection code:
-- Try to solve open instance constraints. When wrapped in `noConstraints`, -- fails if there are unsolved instance constraints left over that originate -- from the current macro invokation. Outside constraints are still attempted, -- but failure to solve them are ignored by `noConstraints`. solveInstanceConstraints : TC ⊤
-
A new reflection primitive
workOnTypes : TC A → TC A
was added to
Agda.Builtin.Reflection
. This runs the given computation at the type level,
which enables the use of erased things. In particular, this is needed when
working with (dependent) function types with erased arguments. For example,
one can get the type of the tuple constructor_,_
(which now takes its type
parameters as erased arguments, see above) and unify it with the current goal
as follows:macro testM : Term → TC ⊤ testM hole = bindTC (getType (quote _,_)) (λ t → workOnTypes (unify hole t)) typeOfComma = testM
Interaction and emacs mode
-
[Breaking] The Auto command
Agsy has been replaced by an entirely new implementation Mimer
(PR #6410).
This fixes problems where Auto would fail in the presence of language features
it did not know about, such as copatterns or anything cubical.The reimplementation does not support case splitting (
-c
), disproving
(-d
) or refining (-r
). -
The Agda input method for Emacs has been extended by several character bindings.
The list of changes can be obtained with a git diff on the sources:git diff v2.6.4.3 v2.7.0 -- src/data/emacs-mode/agda-input.el
API
Highlighting some changes to Agda as a library.
-
New module
Agda.Syntax.Common.KeywordRange
providing typeKwRange
isomorphic toRange
to indicate source positions that just span keywords (PR #7162).
The motivation forKwRange
is to distinguish such ranges from ranges for whole subtrees,
e.g. in data typeAgda.Syntax.Concrete.Declaration
.API:
module Agda.Syntax.Common.KeywordRange where type KwRa...
v2.6.4.3
Release notes for Agda version 2.6.4.3
This release fixes a regression in 2.6.4.3 and one in 2.6.4.
It aims to be API-compatible with 2.6.4.1 and 2.6.4.2.
Agda 2.6.4.3 supports GHC versions 8.6.5 to 9.8.1.
Closed issues
For 2.6.4.3, the following issues were
closed
(see bug tracker):
- Issue #7148: Regression in 2.6.4.2 concerning
with
- Issue #7150: Regression in 2.6.4 in
rewrite
with instances
Full Changelog: v2.6.4.2...v2.6.4.3
v2.6.4.2
Release notes for Agda version 2.6.4.2
This is a bug-fix release. It aims to be API-compatible with 2.6.4.1.
Agda 2.6.4.2 supports GHC versions 8.6.5 to 9.8.1.
Highlights
- Fix an inconsistency in Cubical Agda related to catch-all clauses: Issue #7033
- Fix a regression in instance search introduced in 2.6.4.2: Issue #7113
- Fix a bug related to
opaque
: Issue #6972 - Fix some internal errors:
- Fix building with cabal flag
-f debug-serialisation
: Issue #7081
List of closed issues
For 2.6.4.2, the following issues were
closed
(see bug tracker):
- Issue #6972: Unfolding fails when code is split up into multiple files
- Issue #6999: Unification failure for function type with erased argument
- Issue #7020: question: haskell backend extraction of
Data.Nat.DivMod.DivMod
? - Issue #7029: Internal error on confluence check when rewriting a defined symbol with a hole
- Issue #7033: transpX clauses can be beat out by user-written _ clauses, leading to proof of ⊥
- Issue #7034: Internal error with --two-level due to blocking on solved meta
- Issue #7044: Serializer crashes on blocked definitions when using --allow-unsolved-metas
- Issue #7048: hcomp symbols in interface not hidden under --cubical-compatible
- Issue #7059: Don't recompile if --keep-pattern-variables option changes
- Issue #7070: Don't set a default maximum heapsize for Agda runs
- Issue #7081: Missing
IsString
instance with debug flags enabled - Issue #7095: Agda build flags appear as "automatic", but they are all "manual"
- Issue #7104: Warning "there are two interface files" should not be serialized
- Issue #7105: Internal error in generate-helper (C-c C-h)
- Issue #7113: Instance resolution runs too late, leads to
with
-abstraction failure
These PRs not corresponding to issues were merged:
- PR #6988: Provide a
.agda-lib
for Agda builtins - PR #7065: Some documentation fixes
- PR #7072: Add 'Inference in Agda' to the list of tutorials
- PR #7091: Add course to “Courses using Agda”
What's Changed (merged PRs, auto-generated)
- Fixed #6999 by @nad in #7000
- [emacs] Drop dependency on pp module by @kutsurak in #7007
- Remove /macros/*.m4 by @andreasabel in #7011
- Add documentation for interactive highlighting by @WhatisRT in #7004
- Add a description of the generalisation process to Agda.TypeChecking.Generalize by @UlfNorell in #7015
- Export EmacsTop.prettyResponseContext for agda-language-server by @andreasabel in #7016
- Bump GHC 9.4.7 to 9.4.8 by @andreasabel in #7018
Full Changelog: v2.6.4.1...v2.6.4.2
v2.6.4.1
Release notes for Agda version 2.6.4.1
This is a minor release of Agda 2.6.4 featuring a few changes:
- Make recursion on proofs legal again.
- Improve performance, e.g. by removing debug printing unless built with cabal flag
debug
. - Switch to XDG directory convention.
- Reflection: change to order of results returned by
getInstances
. - Fix some internal errors.
Installation
-
Agda supports GHC versions 8.6.5 to 9.8.1.
-
Verbose output printing via
-v
or--verbose
is now only active if Agda is built with thedebug
cabal flag.
Withoutdebug
, no code is generated for verbose printing, which makes building Agda faster and Agda itself faster as well. (PR #6863)
Language
- A change in 2.6.4 that prevented all recursion on proofs, i.e., members of a type
A : Prop ℓ
, has been reverted.
It is possible again to use proofs as termination arguments. (See issue #6930.)
Reflection
Changes to the meta-programming facilities.
-
The reflection primitive
getInstances
will now return instance candidates ordered by specificity, rather than in unspecified order:
If a candidatec1 : T
has a type which is a substitution instance of that of another candidatec2 : S
,c1
will appear earlier in the list.As a concrete example, if you have instances
F (Nat → Nat)
,F (Nat → a)
, andF (a → b)
, they will be returned in this order.
See issue #6944 for further motivation.
Library management
-
Agda now follows the XDG base directory standard on Unix-like systems, see PR #6858.
This means, it will look for configuration files in~/.config/agda
rather than~/.agda
.For backward compatibility, if you still have an
~/.agda
directory, it will look there first.No change on Windows, it will continue to use
%APPDATA%
(e.g.C:/Users/USERNAME/AppData/Roaming/agda
).
Other issues closed
For 2.6.4.1, the following issues were also closed (see bug tracker):
- #6745: Strange interaction between
opaque
andlet open
- #6746: Support GHC 9.8
- #6852: Follow XDG Base Directory Specification
- #6913: Internal error on
primLockUniv
-sorted functions - #6930: Termination checking with --prop: change in 2.6.4 compared with 2.6.3
- #6931: Internal error with an empty parametrized module from a different file
- #6941: Interaction between opaque and instance arguments
- #6944: Order instances by specificity for reflection
- #6953: Emacs 30 breaks agda mode
- #6957: Agda stdlib installation instructions broken link
- #6959: Warn about opaque
unquoteDecl
/unquoteDef
- #6983: Refine command does not work on Emacs 30
What's Changed (auto-generated)
- LHS Error Refactor by @AlexHarsani in #6862
- Serialization optimizations by @AndrasKovacs in #6892
- test-suite: Pacify GHC 9.8's new warning
x-partial
by @andreasabel in #6906 - Code specialization by @AndrasKovacs in #6894
- Fix #6905: work around a bug in process-1.6.14..17 by @andreasabel in #6907
- Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 by @dependabot in #6909
- Relax dependency bound to
split < 0.3
by @andreasabel in #6912 - Fix the spelling of "ambiguous" by @liesnikov in #6903
- hard drop GHC 8.4 by @andreasabel in #6917
- toggle debug reporting via CPP by @AndrasKovacs in #6863
- Perf fixes and more benchmark data in TypeChecking.DeadCode by @AndrasKovacs in #6899
- CI: bump submodules + cosmetics by @andreasabel in #6920
- doc installation Fedora: fixup rst link markup by @juhp in #6922
- [ #6746 ] Using GHC 9.8.1 on stack. by @asr in #6923
- Re #6746: bump CI to GHC 9.8.1; treat
cache-hit
as string by @andreasabel in #6924 - Re #6746: bump tested-with etc to GHC 9.8.1; bump deps in tools by @andreasabel in #6925
- Cosmetics: activate warning operator-whitespace by @andreasabel in #6929
- Fix #6931: dead code: include module telescopes in reachability analysis by @andreasabel in #6932
- Bump teatimeguest/setup-texlive-action from 2 to 3 by @dependabot in #6937
- Instantiate all metas before retrieving blockers in
getLockVar
. by @andreasabel in #6938 - Record UnifyIndices bench cost under Coverage by @AndrasKovacs in #6921
- Fix issue #6930: Allow recursion on proofs again by @andreasabel in #6936
- [ fix #6941 ] Ignore abstract mode in
getOutputTypeName
by @jespercockx in #6942 - Separate parameters with space when pretty-printing by @szumixie in #6946
- Bump cubical submodule to latest master by @andreasabel in #6947
- remove mysteriously failing SPECIALIZE below ghc-9.x by @AndrasKovacs in #6949
- Fix highlight-hover.js by @ncfavier in #6948
- Remove whitespace around substrings before concatenation by @kutsurak in #6954
- Order instance candidates for getInstances by @plt-amy in #6955
- Add book to documentation by @scholablade in #6952
- Add XDG Base Directory support by @4e554c4c in #6858
- User-facing debug printing in reflection also without -fdebug by @UlfNorell in #6965
- Add missing changelogs for #6858 and #6955 by @plt-amy in #6967
- Bugfixes for opaque definitions by @plt-amy in #6971
- prepare 2.6.4.1 by @andreasabel in #6968
- Fix #6957: user-manual: link to std-lib installation instructions by @andreasabel in #6973
- Rewriting Error Refactor by @AlexHarsani in #6984
- Fixes issue 6234 by updating documentation for Cubical Agda and removing links by @mortberg in #6977
- Add a note about tc.unquote.decl/def verbosity to user manual by @UlfNorell in #6981
- #6958: Clarify documentation by @plt-amy in #6982
- CI deploy breaks with GHC 9.4.8 so stay on 9.4.7 by @andreasabel in #6986
- Ad #6863: update
agda --version
output to new cabal flags by @andreasabel in #6985 - Data Error Refactor by @AlexHarsani in #6987
- [ emacs ]
string-trim
to combat recent change inpp.el
adding newlines by @andreasabel in #6995 - prep 2.6.4.1 by @andreasabel in #6996
- Bump stack-*.yaml files to latest resolvers by @andreasabel in #6997
New Contributors
- @AndrasKovacs made their first contribution in #6892
- @rhendric made their first contribution in #6603
- @scholablade made their first contribution in #6952
- @4e554c4c made their first contribution in #6858
Full Changelog: v2.6.4...v2.6.4.1
v2.6.4
Release notes for Agda version 2.6.4
Highlights
-
Cubical Agda now displays boundary conditions in interactive mode
(PR #6529). -
An inconsistency in the treatment of large indices has been fixed
(Issue #6654). -
Unfolding of definitions can now be fine-controlled via
opaque
definitions. -
Additions to the sort system:
LevelUniv
andPropω
. -
New flag
--erasure
with several improvements to erasure (declared run-time irrelevance). -
New reflection primitives for meta-programming.
Installation
-
Removed the cabal flag
cpphs
that enabled building Agda withcpphs
instead of the default C preprocessor. -
Agda supports GHC versions 8.6.5 to 9.6.3.
Pragmas and options
-
New command-line option
--numeric-version
to just print the version number of Agda. -
Option
--version
now also prints the cabal flags active in this build of Agda
(e.g. whether Agda was built with-f enable-cluster-counting
). -
New command-line option
--trace-imports
to switch on notification messages
on the end of compilation of an imported module
or on access to an interface file during the type-checking.See --trace-imports
in the documentation for more. -
New option
--no-infer-absurd-clauses
to simplify coverage checking and case splitting:
Agda will then no longer attempt to automatically eliminate absurd clauses which can be a costly operation.
This means that these absurd clauses have to be written out in the Agda text.
Try this option if you experience type checking performance degradation with omitted absurd clauses.Opposite:
--infer-absurd-clauses
. -
Benign warnings are now printed together with their warning name, to give a hint how they can be disabled
(see #6229). -
New option
--level-universe
to makeLevel
inhabit its own universeLevelUniv
:
When this option is turned on,Level
can now only depend on terms of typeLevel
.Note: While compatible with the
--cubical
option, this option is currently not compatible with cubical builtin files, and an error will be raised when trying to import them in a file using--level-universe
.Opposite:
--no-level-universe
. -
Most boolean options now have their opposite, e.g.,
--allow-unsolved-metas
is complemented by--no-allow-unsolved-metas
.
With the opposite one can override a previously given option.
Options given on the command line are overwritten by options given in the.agda-lib
file,
which in turn get overwritten by options given in the individual.agda
file.New options (all on by default):
--no-allow-exec
--no-allow-incomplete-matches
--no-allow-unsolved-metas
--no-call-by-name
--no-cohesion
--no-count-clusters
--no-erased-matches
--no-erasure
--no-experimental-irrelevance
--no-flat-split
--no-guarded
--no-injective-type-constructors
--no-keep-covering-clauses
--no-lossy-unification
--no-keep-pattern-variables
--no-omega-in-omega
--no-postfix-projections
--no-rewriting
--no-show-identity-substitutions
--no-show-implicit
--no-show-irrelevant
--no-two-level
--no-type-in-type
--eta-equality
--fast-reduce
--forcing
--import-sorts
--load-primitives
--main
--pattern-matching
--positivity-check
--print-pattern-synonyms
--projection-like
--termination-check
--unicode
-
Option
--flat-split
again implies--cohesion
.
Reverts change introduced in Agda 2.6.3 where--cohesion
was a prerequisite for--flat-split
. -
Pragma
INLINE
may now be applied to constructors of types supporting co-pattern matching.
It enables translation of right-hand-side constructor applications to left-hand-side co-pattern splits (see PR #6682).
For example, this translation allows thenats
function to pass termination checking:record Stream (A : Set) : Set where coinductive; constructor _∷_ field head : A tail : Stream A open Stream {-# INLINE _∷_ #-} nats : Nat → Stream Nat nats n = n ∷ nats (1 + n)
Inlining transforms the definition of
nats
to the following definition by copattern matching:nats n .head = n nats n .tail = nats (1 + n)
This form is accepted by the termination checker;
unlike the form before inlining, it does not admit any infinite reduction sequences.If option
--exact-split
is on, the inlining will trigger aInlineNoExactSplit
warning fornats
.
This warning can be disabled as usual, with-WnoInlineNoExactSplit
. -
New option
--large-indices
, controlling whether constructors of
indexed data types are allowed to refer to data that would be "too
large" to fit in their declared sort. Large indices are disallowed by
default; see the language changes for details. -
New option
--forced-argument-recursion
, on by default, controlling
whether forced constructor arguments are usable for termination
checking. This flag may be necessary for Agda to accept nontrivial
uses of induction-induction. -
The suffix
Warning
has been dropped from the warning names
DuplicateFieldsWarning
andTooManyFieldsWarning
. -
The warning
GenericUseless
has been split into the three warnings
UselessPragma
,FaceConstraintCannotBeHidden
andFaceConstraintCannotBeNamed
. -
New warning
PatternShadowsConstructor
which used to be an error.
Library management
-
[Breaking] One can no longer have
.agda-lib
files that are
located below the "project root", on the path to the file that is
being type-checked (see
#6465).For instance, if you have a module called
A.B.C
in the directory
Root/A/B
, then an error is raised if there are.agda-lib
files
inRoot/A
orRoot/A/B
.Previously such
.agda-lib
files were ignored.
Interaction and emacs mode
-
Agda now supports reading files with extension
.lagda.typ
, and use the parser for
markdown files to parse them.
To edit such files in Emacs with Agda support, one needs to add the line(add-to-list 'auto-mode-alist '("\\.lagda.typ\\'" . agda2-mode))
to
.emacs
.Generation for highlighted code like HTML is unsupported for Typst.
One may generate HTML with typst input, but that makes little sense,
and markdown is recommended instead when HTML export is desired. -
Helper function (
C-c C-h
) does not abstract over module parameters anymore
(see #2271)
and neither over generalizedvariable
s
(see #6689). -
New Agda input mode prefix
box
for APL boxed operators, e.g.\box=
for ⌸;
see PR #6510 for full list of bindings. -
Cubical Agda will now report boundary information for interaction
points which are not at the top-level of their respective clauses.
This includes bodies ofPath
-typed values, the faces of a partial
element, arguments to functions returning paths, etc.Since this information is available in a structured way during
interaction, the "goal type, context, and inferred type" command will
also display the value of the expression at each relevant face.See also PR #6529 for a
deeper explanation and a demo video.
Syntax
-
Agda now skips the UTF8 byte order mark (BOM) at beginning of files
(see #6524).
Previously, the BOM caused a parse error. -
If the new option
--hidden-argument-puns
is used, then the pattern
{x}
is interpreted as{x = x}
, and the pattern⦃ x ⦄
is
interpreted as⦃ x = x ⦄
(see
#6325). Herex
must be
an unqualified name that does not refer to a constructor that is in
scope: ifx
is qualified, then the pattern is not interpreted as a
pun, and ifx
is unqualified and refers to a constructor that is
in scope, then the code is rejected.This feature can be turned off using
--no-hidden-argument-puns
.Note that
{(x)}
and⦃ (x) ⦄
are not interpreted as puns.Note also that
{x}
is not interpreted as a pun inλ {x} → …
or
syntax f {x} = …
. However,{x}
is interpreted as a pun in
λ (c {x}) → …
. -
postulate
blocks may now containprivate
declarations
(see #1702).
Language
-
[Breaking] Constructor arguments are no longer allowed to store
values of a type larger than their own sort, even when these values
are forced by the indices of a constructor.This fixes a particular instance of the incompatibility between
structural recursion and impredicativity, which could previously be
exploited through the use of large data-type indices.
(see #6654).This behaviour can be controlled with the flag
--large-indices
. Note
that, when--large-indices
is enabled, forced constructor arguments
should not be used for termination checking. The flag
--[no-]forced-argument-recursion
makes the termination checker skip
these arguments entirely. When--safe
is given,--large-indices
is
incompatible...
v2.6.3
Release notes for Agda version 2.6.3
Highlights
-
Added support for Erased Cubical Agda, a variant of Cubical Agda that is supported by the GHC backend, under the flag
--erased-cubical
. -
Added a new flag
--cubical-compatible
to turn on generation of Cubical Agda-specific support code (previously this behaviour was part of--without-K
).Since
--cubical-compatible
mode implies that functions should work with the preliminary support for indexed inductive types in Cubical Agda, many pattern matching functions will now emit anUnsupportedIndexedMatch
warning, indicating that the function will not compute when applied to transports (from--cubical
code).This warning can be disabled with
-WnoUnsupportedIndexedMatch
, which can be used either in anOPTIONS
pragma or in youragda-lib
file.
The latter is recommended if your project is only--cubical-compatible
, or if it is already making extensive use of indexed types.Note that code that uses (only)
--without-K
can no longer be imported from code that uses--cubical
. Thus it may make sense to
replace--without-K
with--cubical-compatible
in library code, if possible.Note also that Agda tends to be quite a bit faster if
--without-K
is used instead of--cubical-compatible
. -
Agda 2.6.3 seems to type-check one variant of the standard library about 30% faster than Agda 2.6.2.2 (on one system; the library was changed in a small way between the tests to accommodate changes to Agda). In that test the standard library did not use the new flag
--cubical-compatible
. With that flag enabled in all the files that used to use--without-K
(and the warningUnsupportedIndexedMatch
turned off) Agda 2.6.3 was still about 10% faster. -
New primitives
declareData
,defineData
, andunquoteDecl data
for generating new data types have been added to the reflection API.
Installation and infrastructure
Agda supports GHC versions 8.0.2 to 9.4.4.
Erasure
-
The new option
--erased-cubical
turns on a variant of Cubical Agda (see #4701).When this variant of Cubical Agda is used glue (and some related builtins) may only be used in erased settings. One can import
regular Cubical Agda code from this variant of Cubical Agda, but names defined using Cubical Agda are (mostly) treated as if they had
been marked as erased. See the reference manual for more details.The GHC backend can compile code that uses
--erased-cubical
if the top-level module uses this flag.This feature is experimental.
-
Added an option
--erase-record-parameters
that marks parameters to record fields and definitions in a record module as erased (see #4786 and #5770). For example:{-# OPTIONS --erase-record-parameters #-} record R (A : Set) : Set where field f : A test : {@0 A : Set} → R A → A test = R.f
Cubical Agda
-
[Breaking] The generation of Cubical Agda-specific support code was removed from
--without-K
and transferred to its own flag,--cubical-compatible
(see #5843 and #6049 for the rationale). -
Cubical Agda now has experimental support for indexed inductive types (#3733).
See the user guide for caveats. -
The cubical interval
I
now belongs to its own sort,IUniv
, rather thanSSet
. -
For
J : IUniv
andA : J → Set l
, we have(j : J) → A j : Set l
, that is, the type of functions from a type inIUniv
to a fibrant type is fibrant. -
The option
--experimental-irrelevance
is now perhaps incompatible with Cubical Agda and perhaps also postulated univalence (see #5611 and #5861).This is not meant to imply that the option was not already incompatible with those things.
Note that--experimental-irrelevance
cannot be used together with--safe
. -
A new built-in constructor
REFLID
was added to the cubical identity types.
This is definitionally equal to the reflexivity identification built withconid
, with the difference being that matching onREFLID
is allowed.symId : ∀ {a} {A : Set a} {x y : A} → Id x y → Id y x symId reflId = reflId
-
Definitions which pattern match on higher-inductive types are no longer considered for injectivity analysis.
(#6219) -
[Breaking] Higher constructors are no longer considered as guarding in the productivity check.
(#6108) -
Rewrite rules with interval arguments are now supported.
(#4384)
The flat modality
-
[Breaking] The
@flat
/@♭
modality is now by default disabled (see
#4927).It can be enabled using the infective flag
--cohesion
. -
[Breaking] Matching on
@flat
arguments is now disabled by default, the flag
--no-flat-split
has been removed, and the flag--flat-split
is
now infective (see #6238
and #6263).Matching can be enabled using the
--flat-split
flag. Note that in
Cubical Agda functions that match on an argument marked with@flat
trigger theUnsupportedIndexedMatch
warning, and the code might
not compute properly.
Reflection
-
Two new reflection primitives
declareData : Name → Nat → Type → TC ⊤ defineData : Name → List (Σ Name (λ _ → Type)) → TC ⊤
are added for declaring and defining datatypes, similar to
declareDef
anddefineDef
. -
The construct
unquoteDecl
is extended with the ability of bringing
a datatyped
and its constructorsc₁ ... cₙ
given by aTC
computationm
into scope by the following syntax:unquoteDecl data x constructor c₁ .. cₙ = m
-
A new reflection primitive
getInstances : Meta → TC (List Term)
was added toAgda.Builtin.Reflection
. This operation returns the
list of all possibly valid instance candidates for a given
metavariable. For example, the following macro instantiates the goal
with the first instance candidate, even if there are several:macro pickWhatever : Term → TC ⊤ pickWhatever hole@(meta m _) = do (cand ∷ _) ← getInstances m where [] -> typeError (strErr "No candidates!" ∷ []) unify hole cand pickWhatever _ = typeError (strErr "Already solved!" ∷ [])
-
[Breaking] The reflection primitives
getContext
andinContext
use a nominal context
List (Σ String λ _ → Arg Type)
instead ofList (Arg Type)
for printing
type information better. Similarly,extendContext
takes an extra argument
of typeString
. -
macro
definitions can now be used even when they are declared as erased.
For example, this is now accepted:macro @0 trivial : Term → TC ⊤ trivial = unify (con (quote refl) []) test : 42 ≡ 42 test = trivial
-
A new reflection primitive
formatErrorParts : List ErrorPart → TC String
is added. It takes a list ofErrorPart
and return its formatted string. -
[Breaking] A new constructor
pattErr : Pattern → ErrorPart
ofErrorPart
for reflection
is added. -
[Breaking] The reflection primitives
getType
and
getDefinition
respect the module context they are invoked from
instead of returning information that would be expected in the top
context. -
[Breaking] The reflection primitive
inContext
cannot step
outside of the context that theTC
computation is invoked from
anymore. The telescope is now relative to that context instead.
Syntax
-
It is now OK to put lambda-bound variables anywhere in the
right-hand side of a syntax declaration. However, there must always
be at least one "identifier" between any two regular "holes". For
instance, the following syntax declaration is accepted because-
is between the holesB
andD
.postulate F : (Set → Set) → (Set → Set) → Set syntax F (λ A → B) (λ C → D) = B A C - D
-
Syntax can now use lambdas with multiple arguments
(#394).Example:
postulate Σ₂ : (A : Set) → (A → A → Set) → Set syntax Σ₂ A (λ x₁ x₂ → P) = [ x₁ x₂ ⦂ A ] × P
Builtins
-
[Breaking] Change
primFloatToWord64
to returnMaybe Word64
.
(See #6093.)The new type is
primFloatToWord64 : Float → Maybe Word64
and it returns
nothing
forNaN
. -
[Breaking] The type expected by the builtin
EQUIVPROOF
has been changed to
properly encode the condition thatEQUVIFUN
is an equivalence.
(#5661,
#6032) -
[**Breaking...