Skip to content

Commit a8ed444

Browse files
authored
Merge pull request #60 from pmbittner/explain-vatras
Explain the name Vatras
2 parents 9d04ec6 + f80a04f commit a8ed444

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# On the Expressive Power of Languages for Static Variability
1+
# Vatras -- On the Expressive Power of Languages for Static Variability
22

33
[![agda][agda-badge-version-svg]][agda-badge-version-url]
44

@@ -40,7 +40,7 @@
4040
> Our "Notes on Mechanized Proofs" gives detailed information on our paper-to-artifact correspondence including a table that documents where and how every definition, theorem, or proof is formalized in Agda.
4141
> Moreover, our demo replays the round-trip running example of translating a configurable sandwich to the various languages (Section 3) using our compilers (Section 5).
4242
43-
This is the supplementary Agda library for our paper _On the Expressive Power of Languages for Static Variability_ conditionally accepted at Object-Oriented Programming, Systems, Languages & Applications 2024 (OOPSLA 2024).
43+
This is the supplementary Agda library, called Vatras, for our paper _On the Expressive Power of Languages for Static Variability_ conditionally accepted at Object-Oriented Programming, Systems, Languages & Applications 2024 (OOPSLA 2024).
4444

4545
This library formalizes all results in our paper:
4646

@@ -543,6 +543,11 @@ make: *** [makefile:15: build] Error 42
543543
This error indicates that the `agda-stdlib` git submodule has not been set up correctly.
544544
Executing `git submodule update --init` in the root of the repository should fix the problem.
545545

546+
## Where does the library name 'Vatras' name come from?
547+
548+
The name Vatras is (of course) an acronym, which stands for _VAriability language TRAnslationS_.
549+
Besides, Vatras is a water mage in the classic german RPG [Gothic II](https://almanach.worldofgothic.de/index.php/Vatras), who is praying to the god Adanos, who brings "some kind of equality" very loosely speaking.
550+
546551
[agda-badge-version-svg]: https://img.shields.io/badge/agda-v2.6.4.3-blue.svg
547552
[agda-badge-version-url]: https://github.com/agda/agda/releases/tag/v2.6.4.3
548553
[ghcup]: https://www.haskell.org/ghcup/

0 commit comments

Comments
 (0)