palate 0.3.9

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
6
7
(define-library (libs basic)
    (export list2 x)
    (begin
        (define (list2 . objs)  objs)
        (define x 'libs-basic)
        (define not-exported 'should-not-be-exported)
        ))