Enhancements for the scribble language (a documentation language based on Racket)
Go to file
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