better filter printing
This commit is contained in:
parent
3311b2bb3a
commit
64a6f7c3d5
|
@ -34,9 +34,13 @@
|
||||||
(match c
|
(match c
|
||||||
[(FilterSet: thn els) (fp "(~a | ~a)" thn els)]
|
[(FilterSet: thn els) (fp "(~a | ~a)" thn els)]
|
||||||
[(NoFilter:) (fp "-")]
|
[(NoFilter:) (fp "-")]
|
||||||
|
[(NotTypeFilter: type (list) (? syntax? id)) (fp "(! ~a @ ~a)" type (syntax-e id))]
|
||||||
[(NotTypeFilter: type (list) id) (fp "(! ~a @ ~a)" type id)]
|
[(NotTypeFilter: type (list) id) (fp "(! ~a @ ~a)" type id)]
|
||||||
|
[(NotTypeFilter: type path (? syntax? id)) (fp "(! ~a @ ~a ~a)" type path (syntax-e id))]
|
||||||
[(NotTypeFilter: type path id) (fp "(! ~a @ ~a ~a)" type path id)]
|
[(NotTypeFilter: type path id) (fp "(! ~a @ ~a ~a)" type path id)]
|
||||||
|
[(TypeFilter: type (list) (? syntax? id)) (fp "(~a @ ~a)" type (syntax-e id))]
|
||||||
[(TypeFilter: type (list) id) (fp "(~a @ ~a)" type id)]
|
[(TypeFilter: type (list) id) (fp "(~a @ ~a)" type id)]
|
||||||
|
[(TypeFilter: type path (? syntax? id)) (fp "(~a @ ~a ~a)" type path (syntax-e id))]
|
||||||
[(TypeFilter: type path id) (fp "(~a @ ~a ~a)" type path id)]
|
[(TypeFilter: type path id) (fp "(~a @ ~a ~a)" type path id)]
|
||||||
[(Bot:) (fp "Bot")]
|
[(Bot:) (fp "Bot")]
|
||||||
[(Top:) (fp "Top")]
|
[(Top:) (fp "Top")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user