syntactic 3.8 → 3.8.1
raw patch · 1 files changed
+4/−1 lines, 1 files
Files
- syntactic.cabal +4/−1
syntactic.cabal view
@@ -1,5 +1,5 @@ Name: syntactic-Version: 3.8+Version: 3.8.1 Synopsis: Generic representation and manipulation of abstract syntax Description: The library provides a generic representation of type-indexed abstract syntax trees (or indexed data types in general). It also permits the definition of open syntax@@ -17,6 +17,9 @@ . * Paper: <https://emilaxelsson.github.io/documents/axelsson2012generic.pdf>+ .+ * Literal source:+ <https://emilaxelsson.github.io/documents/axelsson2012generic.lhs> . * Slides: <https://emilaxelsson.github.io/documents/axelsson2012generic-slides.pdf>