Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Sep 12, 2023
1 parent 2473fdf commit 3883b01
Show file tree
Hide file tree
Showing 4 changed files with 677 additions and 832 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ Run a file and watch file change:
mu run tests/basic/id.test.mu --watch
```

Run a URL:

- All files in this repo, can be fetched from: [`https://cdn.mu.cic.run/<path>`](https://cdn.mu.cic.run)

```sh
mu run https://cdn.mu.cic.run/tests/basic/id.test.mu
```

## Examples

Please see [**tests/**](tests/) and [**std/**](std/) for more examples.
Expand Down Expand Up @@ -128,7 +120,7 @@ add
[null () (List A)]
[cons ([head A] [tail (List A)]) (List A)])
(import "https://cdn.mu.cic.run/std/nat/index.mu" Nat zero add1)
(import "../nat/index.mu" Nat zero add1)
(fn length (Pi ([A Type]) (-> (List A) Nat))
[(A (null A)) zero]
Expand Down
Loading

0 comments on commit 3883b01

Please sign in to comment.