gdritter repos tms / master src / TMS.hs
master

Tree @master (Download .tar.gz)

TMS.hs @masterraw · history · blame

module TMS where

import qualified Data.Adnot as A
import qualified Data.ByteString as BS

import qualified TMS.Spec as Spec

main :: IO ()
main = do
  f <- BS.getContents
  print (A.decodeEither f :: Either String Spec.TMSSpec)