Quartz 5

Home

❯

notes

❯

GHCi

GHCi

Properties1
tagshaskell

Jun 28, 20261 min read

GHCi

GHCにおける多彩な情報の出力方法 - Haskell-jp

:t 型
:k カインド
:i: 情報

$ ghci
> import Data.Monoid
> :i Monoid
type Monoid :: * -> Constraint
class Semigroup a => Monoid a where
  mempty :: a
  mappend :: a -> a -> a
  mconcat :: [a] -> a

Graph View

Backlinks

  • MOC: 言語/型/コンパイラ
  • Haskell

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community