implemented convert function

This commit is contained in:
2020-11-09 13:50:19 -05:00
parent 0a041c4f1f
commit 3674dc72c8
4 changed files with 81 additions and 3 deletions

View File

@@ -20,7 +20,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
import Test.Hspec (hspec)
import qualified SubFix.ConvertSpec as Convert
main :: IO ()
main = hspec $ return ()
main = hspec Convert.spec
--jl