Boreaso

Results 5 issues of Boreaso

## Description I want to export a function like this: foreign export java "@static eta.example.MyClass.sayAnything" sayAnythingEta :: String -> IO () sayAnythingEta text = do putStrLn text return text How...

I want to use duckling on jvm and I built duckling-0.1.6.1 with `--enable-uberjar-mode` and run the excutable jar, it raised exception `Exception in thread "main" eta.runtime.exception.EtaException: WrapPCRE.hsc was not compiled...

I wrote a pmatch expression: ``` Python defs = hfst.compile_pmatch_expression(""" define Name @txt"names.txt" ; regex Name EndTag(Person) ; """) ``` Then, I call match function in python: ``` python cont...