Print rule(s) for the given form
Examples: :pl2 (+ x y) nil ; prints rules that apply to (+ x y) :pl2 (+ x y) foo ; prints rules named foo that apply to (+ x y) :pl2 (+ x y) (:rewrite foo) ; if the rule with rune (:rewrite foo) applies ; to (+ x y), then print it :pl2 (+ x y) (:type-prescription foo) ; as above, but for the indicated ; type-prescription rule
If the rule-id is a symbol, then only rules whose name is that symbol will be printed.
If the rule-id is a rune, then at most one rule will be printed: the rule named by that rune (if the rule would be printed by
: pl).