Skip to content

Instantly share code, notes, and snippets.

View nrskt's full-sized avatar

nrskt | norisuke_takafuji nrskt

View GitHub Profile
@nrskt
nrskt / AsyncOperationalSample.hs
Last active March 18, 2018 16:51
Operational Monadの利用方法について
{-# LANGUAGE GADTs #-}
module Main where
import Control.Concurrent (threadDelay)
import Control.Concurrent.Async
import Control.Monad.Operational
-- Databaseから値を取得する処理