1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Export the comparability relation driver.

This commit is contained in:
Rob Rix 2017-09-25 12:11:29 -04:00
parent e142157ab9
commit e528bd3c6c

View File

@ -8,6 +8,7 @@ module RWS
, pqGramDecorator
, Gram(..)
, defaultD
, canCompareTerms
, equalTerms
) where