styling fixes for iphone

This commit is contained in:
2024-11-09 16:11:41 -08:00
parent 2857321b39
commit d4b446d122
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
module Concat
module Lists
-- From the "Lists" chapter of Programming Language Foundations in Agda
-- https://plfa.github.io/Lists/
data Nat : U where
Z : Nat