Skip to content

Instantly share code, notes, and snippets.

@shmish111
shmish111 / Main.hs
Last active January 6, 2021 17:08
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 15:54
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 15:35
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 15:23
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Last active January 6, 2021 15:08
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 15:05
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 14:32
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 14:29
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 14:25
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?
@shmish111
shmish111 / Main.hs
Created January 6, 2021 12:32
Untitled Project
{-# LANGUAGE OverloadedStrings #-}
module Escrow where
import Language.Marlowe
main :: IO ()
main = print . pretty $ contract
{- What does the vanilla contract look like?