This website requires JavaScript.
Explore
Help
Sign In
suzanne.soy
/
scribble-enhanced
Watch
1
Star
0
Fork
0
You've already forked scribble-enhanced
Code
Issues
1
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Enhancements for the scribble language (a documentation language based on Racket)
racket-library
7
Commits
2
Branches
3
Tags
8.8
MiB
Racket
100%
4a25c49169
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Georges Dupéron
4a25c49169
Implemented rewrite-type, but it does not work for vectors, because (λ ([x : (Vector String)]) (match x [(vector a) (cons 1 a)] [_ 'continue])) can yield 'continue, and it does not work for lists because of some type inference issues.
2015-11-09 13:02:30 +01:00
graph
Implemented rewrite-type, but it does not work for vectors, because (λ ([x : (Vector String)]) (match x [(vector a) (cons 1 a)] [_ 'continue])) can yield 'continue, and it does not work for lists because of some type inference issues.
2015-11-09 13:02:30 +01:00
.gitmodules
Initial commit.
2015-10-21 18:35:42 +02:00