Skip to content

Commit 2b5e609

Browse files
authored
Merge pull request #123 from mlabs-haskell/bladyjoker/plutarch
Plutarch support
2 parents 92045d7 + e827d23 commit 2b5e609

File tree

171 files changed

+5471
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+5471
-449
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ result
1616
**/dist
1717
**/output
1818
.DS_Store
19+
**/.work
20+
**/.extras
21+
**/autogen

_typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[default.extend-words]
22
substituters = "substituters"
3-
hask = "hask"
3+
hask= "hask"
4+
lits="lits"
45
Nd = "Nd"
56

67
[type.pdf]

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [Getting started](getting-started.md)
55
- [LambdaBuffers to Haskell](haskell.md)
66
- [LambdaBuffers to Purescript](purescript.md)
7+
- [LambdaBuffers for Plutarch](purescript.md)
78
- [Design](design.md)
89
- [API](api.md)
910
- [LambdaBuffers Frontend (.lbf) syntax](syntax.md)

0 commit comments

Comments
 (0)