diff options
| author | Malte Voos <git@mal.tc> | 2024-06-17 17:41:38 +0200 |
|---|---|---|
| committer | Malte Voos <git@mal.tc> | 2024-06-17 17:41:38 +0200 |
| commit | 04d62df9fdd42c603fad7bb1b5e3fb49bf8550c1 (patch) | |
| tree | 0a11c38a9f7bfad5624f0821b3a7041a9d4ff4d8 /toytt.opam | |
| parent | edcd6c17b873b11b18016c9fe6efbe47576574ae (diff) | |
| download | toytt-04d62df9fdd42c603fad7bb1b5e3fb49bf8550c1.tar.gz toytt-04d62df9fdd42c603fad7bb1b5e3fb49bf8550c1.zip | |
implement typechecking
Diffstat (limited to 'toytt.opam')
| -rw-r--r-- | toytt.opam | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ depends: [ "algaeff" "asai" "bwd" + "fmt" "yuujinchou" "odoc" {with-doc} ] |