more changes

This commit is contained in:
Leon Vatthauer 2024-04-24 12:46:02 +02:00
parent 344477f21d
commit 01ebc0a315
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
4 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.agdai
.direnv/
.direnv/
public/

View file

@ -9,12 +9,12 @@ pandoc: public/*.md
)
agda: Everything.agda
agda --html --html-dir=public src/Everything.agda --html-highlight=auto -i.
agda --html --html-dir=public src/Everything.agda --html-highlight=auto -isrc
rm -f public/Agda.css
cp Agda.css public/Agda.css
clean:
rm -f Everything.agda
rm -f src/Everything.agda
rm -rf public/*
find . -name '*.agdai' -exec rm \{\} \;

View file

@ -0,0 +1,5 @@
import Intro
import Intro
import Intro
import Intro
import Intro

View file

@ -6,6 +6,7 @@ Das sind Typen welche von Termen der Programmiersprache abhängen können, aber
<!--
```agda
{-# OPTIONS --allow-unsolved-metas #-}
module Intro where
Type = Set
private