mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
cleanup
This commit is contained in:
parent
66d95dfeeb
commit
970b713cf6
2 changed files with 9 additions and 9 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,6 +1,14 @@
|
|||
# nix
|
||||
.direnv
|
||||
|
||||
# tyepscript
|
||||
/node_modules
|
||||
/target
|
||||
*.tsbuildinfo
|
||||
|
||||
# riverdelta outputs/references
|
||||
/*-example.wat
|
||||
/out.wat
|
||||
.direnv
|
||||
|
||||
# riverdelta test inputs
|
||||
/*.nil
|
||||
|
|
|
|||
8
test.nil
8
test.nil
|
|
@ -1,8 +0,0 @@
|
|||
type A[T] = struct { a: T };
|
||||
type B[T] = struct {
|
||||
b: T,
|
||||
};
|
||||
|
||||
function main() = ;
|
||||
|
||||
function test(b: B[I32]) = ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue