Skip to content

Instantly share code, notes, and snippets.

-- While building package twitter-conduit-0.2.2.2 using:
/home/tune/.stack/programs/x86_64-linux/ghc-8.0.2/bin/ghc --make -odir /tmp/stack2493/twitter-conduit-0.2.2.2/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -hidir /tmp/stack2493/twitter-conduit-0.2.2.2/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup -i -i. -package=Cabal-1.24.2.0 -clear-package-db -global-package-db -package-db=/home/tune/.stack/snapshots/x86_64-linux/lts-9.19/8.0.2/pkgdb /tmp/stack2493/twitter-conduit-0.2.2.2/Setup.hs /home/tune/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs -main-is StackSetupShim.mainOverride -o /tmp/stack2493/twitter-conduit-0.2.2.2/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup -threaded
Process exited with code: ExitFailure 1
Logs have been written to: /home/tune/Documents/Program/Haskell/secretary-bot/.stack-work/logs/twitter-conduit-0.2.2.2.log
[1 of 2] Compiling Main ( /tmp/stack2493/twitter-conduit-0.2.2.2/Setup.hs, /tmp/stack2493/twitter-conduit-0.2.2.2/.stack-wo
@tokiwoousaka
tokiwoousaka / matome.adoc
Last active November 3, 2017 02:31
ちゅーんさんのNintendoSwitch向けゲーム評価まとめ
Table of Contents

なにこれ

ちゅーんさん(@its_out_of_tune)がNintendSwitchで発売されているゲームを色々やってみて、独断と偏見で評価してまとめた文章。

対象読者

  • NintendSwitch向で何か面白そうなゲームを探してる人

たたき台

状況整理

解決済みであろうと思われる問題

  • (1) 化粧を校則で禁止するという行為が時代にそぐわない点は概ね三者同意済みであるとする
    • のぶかずの意見なしかも
  • (2) 件の女子生徒が取った行動が政治的に不適切であった点は概ね三者同意済みであるとする
  • (3) 現在の教育機関には(1)のような校則に対し適切な対応方法を指導出来ていないという点については三者同意済みであるとする
module Main where
import Control.Monad
data Sex = Man | Woman deriving (Show, Eq)
data Student = Student
{ getName :: String
, getSex :: Sex
} deriving (Show, Eq)
@tokiwoousaka
tokiwoousaka / main.hs
Last active May 26, 2016 12:38
ちゅーんさんにとって本当に必要だったもの
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE RankNTypes #-}
module Main where
import Control.Lens
import Data.List
finding :: (a -> Bool) -> Lens' [a] (Maybe a)
finding f = lens (find f) $ setToList f
setToList :: (a -> Bool) -> [a] -> (Maybe a) -> [a]
module Main where
import Safe
import Control.Applicative
main :: IO ()
main = do
print $ sample ([] :: [Int])
print $ sample [1]
print $ sample [1,2]
print $ sample [1,2,3,4,5]
module Main where
import Safe
import Control.Applicative
main :: IO ()
main = do
print $ sample ([] :: [Int])
print $ sample [1]
print $ sample [1,2]
print $ sample [1,2,3,4,5]
@tokiwoousaka
tokiwoousaka / Main.js
Created March 19, 2016 07:26
Hasteでビルドしてエラーになってるやつ
"use strict";
// This object will hold all exports.
var Haste = {};
/* Constructor functions for small ADTs. */
function T0(t){this._=t;}
function T1(t,a){this._=t;this.a=a;}
function T2(t,a,b){this._=t;this.a=a;this.b=b;}
function T3(t,a,b,c){this._=t;this.a=a;this.b=b;this.c=c;}
function T4(t,a,b,c,d){this._=t;this.a=a;this.b=b;this.c=c;this.d=d;}

2016/3/12 ちゅーん宅ポーカー大会戦績まとめ

ルール

  • テキサス・ホールデム
    • 殺伐<エンジョイ
    • 順位は出すけど商品とかも無いし気にしない感じで
  • ゲーム開始時
  • 一律 $106 を分配
# 日比野さんの資料
1. 出来る事を確認
2. 中身の責任を簡単な説明
3. ディレクトリ構成のざっくりした説明
# 面白いモジュール
##パッケージとか