haskell-jp / questions #106

@hkmzk has joined the channel
@Zac Z has joined the channel
@fg has joined the channel
@てぴか has joined the channel
こんにちは。
Yesodアプリをketerでデプロイしたいのですが、keterの使い方はよくわからずうまく動きません。
teratailで質問を投げているのですが回答が付きませんので、お分かりでしたらご教示頂けないでしょうか。
https://teratail.com/questions/hbko4cqrx4lcyi

よろしくお願いします。
... Replies ...
@mn has joined the channel
@ has joined the channel
Kota Mizushima
@Kota Mizushima has joined the channel
@ has joined the channel
@Nyankonen has joined the channel
@Ori Pe'er has joined the channel
@ has joined the channel
@satler has joined the channel
@shingo has joined the channel
初めまして、こんにちは。

Haskellのプログラム修正をお願いしている方と連絡がとれず、
リリースも近々なので、対応できる方を緊急で探しております。

GitのOSS、iOS向けなのですが、募集をかける投稿をしてもよい、適切なチャンネルはございますでしょうか?
投稿ルールなど分からず、不適切であれば申し訳ございません。
無料ユーザーのため、#generalは閲覧や投稿ができませんでしたm(__)m
UNPACK pragma の質問です。通常は次のように使うと思います:
data TestA = TestA
  { aA :: {-# UNPACK #-} !Int,
    bA :: {-# UNPACK #-} !Int
  }

フィールドが一般の型 a の場合、以下の UNPACK は効果がありますか? (たとえば`TestB Int` 型は unpack されますか):
data TestB a = TestB
  { aB :: {-# UNPACK #-} !a,
    bB :: {-# UNPACK #-} !a
  }

TestB のコンパイル時警告では Ignoring.. とあるので、 UNPACK されない気がしています (確認用 playground: https://play.haskell.org/saved/8gaATevZ)
... Replies ...
@ has joined the channel
@ has joined the channel