Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created March 11, 2014 02:58
Show Gist options
  • Save cosmo0920/9478693 to your computer and use it in GitHub Desktop.
Save cosmo0920/9478693 to your computer and use it in GitHub Desktop.
UTF-8文字でも解釈可能らしい
{-# LANGUAGE UnicodeSyntax #-}
import Data.Ratio
type ℤ = Integer
type ℚ = Ratio ℤ
type 𝔹 = Bool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment