
26 Feb
2023
26 Feb
'23
10:55 a.m.
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