scribble-enhanced/graph-lib/lib/__DEBUG_DELETE.rkt
2016-02-24 19:49:21 +01:00

5 lines
135 B
Racket

#lang racket
(require "low-untyped.rkt")
(sequence->list (in-last? (in-syntax #'(a b c))))
(sequence-length>= (in-syntax #'(a b c)) 1)