Ciao Pietro,
Il 26 febbraio 2023 alle 09:26 Pietro Grandinetti ha scritto:
> I am try to reproduce the first example here:
https://hackage.haskell.org/package/jose-0.10/docs/Crypto-JWT.html
> I can't seem to succeed with importing the function `runJOSE`
>
> ghci> import Crypto.JWT
> ghci> :t runJOSE
I `cabal get` jose-0.10, `cabal repl` and then
ë> import Crypto.JWT
ë> :t runJOSE
runJOSE :: JOSE e m a -> m (Either e a)
I would check if you the latest jose, and what :browse Crypto.JWT says
—F
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners