Add example from youtube, allow unicode type names

This commit is contained in:
2024-11-14 20:49:18 -08:00
parent 60abe813dc
commit e6944bc842
4 changed files with 125 additions and 4 deletions

View File

@@ -144,14 +144,15 @@ function Tabs() {
const SAMPLES = [
"Tour.newt",
"DSL.newt",
"Tree.newt",
// "Prelude.newt",
"Reasoning.newt",
"Lists.newt",
"Day1.newt",
"Day2.newt",
"Lib.newt",
"TypeClass.newt",
"Combinatory.newt",
];
function EditWrap({vertical, toggle}: {vertical: boolean, toggle: () => void}) {