Update gitignore and make agda code compilable

This commit is contained in:
Leon Vatthauer 2024-03-20 15:45:59 +01:00
parent 98c38160ff
commit 45d193f649
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -306,3 +306,5 @@ TSWLatexianTemp*
MAlonzo/**
*.html
agda/public
agda/Everything.agda

View file

@ -1,4 +1,5 @@
```agda
{-# OPTIONS --allow-unsolved-metas #-}
open import equality
module algebra where
```