ap.types.Sort
Extractor to identify terms with associated sort. This can be used for checks like t match { case t ::: Sort.Bool => XXX }.
t match { case t ::: Sort.Bool => XXX }
(Since version ) see corresponding Javadoc for more information.
Extractor to identify terms with associated sort. This can be used for checks like
t match { case t ::: Sort.Bool => XXX }
.