Difference between revisions of "WG211/M24Mosses"

From WG 2.11
Jump to: navigation, search
(Added the heading.)
(Add link to a paper.)
 
Line 2: Line 2:
 
== Denotational Semantics in Agda ==
 
== Denotational Semantics in Agda ==
  
I recently used Agda to check the type-correctness of a denotational semantics and the soundness of some proofs about it [https://doi.org/10.1145/3694848.3694852]. One of the aims was for the definitions in Agda to correspond directly to the original definitions. This talk is about some issues that arose; addressing them might require implementing a DSL in Agda.
+
I recently used Agda to check the type-correctness of a denotational semantics and the soundness of some proofs about it (see [https://doi.org/10.1145/3694848.3694852]). One of the aims was for the definitions in Agda to correspond directly to the original definitions. This talk is about some issues that arose; addressing them might require implementing a DSL in Agda.

Latest revision as of 14:39, 22 November 2024

Denotational Semantics in Agda

I recently used Agda to check the type-correctness of a denotational semantics and the soundness of some proofs about it (see [1]). One of the aims was for the definitions in Agda to correspond directly to the original definitions. This talk is about some issues that arose; addressing them might require implementing a DSL in Agda.