tfwh-0.3.7.0

Safe HaskellSafe
LanguageHaskell2010

TFwH.Chap02

Contents

Description

TFwH 第2章 式,型,値

Synopsis

2 式,型,値

2.1 GHCiを使ったセッション

2.2 名前と演算子

(+++) :: Int -> Int -> Int Source #

ユーザ定義演算子

2.3 評価

sqr :: Integer -> Integer Source #

整数の2乗

infinity :: Integer Source #

無限大

three :: Integer -> Integer Source #

常に3になる定数関数

factorial :: Integer -> Integer Source #

階乗関数

fact :: (Integer, Integer) -> Integer Source #

下請け関数

to :: Bool -> Bool Source #

無限ループする関数

型と型クラス

type Pin = Int Source #

data Person Source #

Person(例)

Constructors

Person 

Fields

Instances

Eq Person Source # 

Methods

(==) :: Person -> Person -> Bool #

(/=) :: Person -> Person -> Bool #

値の表示

cwords :: Int -> FilePath -> FilePath -> IO () Source #

頻出単語

Haskellのレイアウト

roots :: (Float, Float, Float) -> (Float, Float) Source #

2次方程式の解