Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/DAML Contract Conversion into HaskellForum ↗

DAML Contract Conversion into Haskell

App Development4 posts391 viewsLast activity May 2022
IQ
Iqra_Mustafa1OP
May 2022

Can I translate/parse my DAML contract into Haskell? If it is possible, then how?

CO
cocreature
May 2022

While Daml & Haskell are similar languages in some ways there is no conversion from Daml to Haskell. Could you explain what your trying to achieve using such a conversion?

IQ
Iqra_Mustafa1
May 2022

I thought DAML parser is available in Haskell.

CO
cocreature
May 2022

The Daml parser is implemented in Haskell. The code is in GitHub - digital-asset/ghc: Fork of GHC (https://gitlab.haskell.org/ghc/ghc.git) but you’re on your own when it comes to how to use it, it is not intended as a public library for people to use.

← Back to Discussions