This commit is contained in:
rhiannon morris 2023-04-26 02:47:02 +02:00
parent b5f42cde64
commit 97f51b4436
1 changed files with 6 additions and 0 deletions

6
examples/all.quox Normal file
View File

@ -0,0 +1,6 @@
load "misc.quox"
load "bool.quox"
load "either.quox"
load "nat.quox"
load "pair.quox"
load "list.quox"