Skip to content

Commit 76fc1cd

Browse files
authored
Create README.md
1 parent c7e16e4 commit 76fc1cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/type-errors/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Type error examples
2+
3+
The examples in this directory demonstrate the type safety Tecton adds to CSS. Therefore, each one fails to compile.
4+
5+
You can attempt to compile an example by running:
6+
7+
```bash
8+
spago build -p examples/type-errors/<name>.purs
9+
```

0 commit comments

Comments
 (0)