urbit-hob

Haskell utilities for phonemic base wrangling.
git clone git://git.jtobin.io/urbit-hob.git
Log | Files | Refs | README | LICENSE

Title.hs (150B)


      1 module Main where
      2 
      3 import qualified Title.Tests.Property as P
      4 import Test.Hspec
      5 
      6 main :: IO ()
      7 main =
      8   hspec $
      9     context "property tests" P.tests
     10