Skip to content

Instantly share code, notes, and snippets.

View mrtnetwork's full-sized avatar
🐜
Focusing

Mohsen mrtnetwork

🐜
Focusing
View GitHub Profile
@mrtnetwork
mrtnetwork / Main.hs
Created March 12, 2024 06:19
New Project
{-# LANGUAGE OverloadedStrings #-}
module CouponBondGuaranteed where
import Language.Marlowe.Extended.V1
main :: IO ()
main = printJSON cbg
-- We can set explicitRefunds True to run Close refund analysis
-- but we get a shorter contract if we set it to False