Movatterモバイル変換
[0]ホーム
{-# LANGUAGE Trustworthy #-}{-# LANGUAGE NoImplicitPrelude, MagicHash #-}moduleGHC.Char(-- * Utilitieschr-- * Monomorphic equality operators-- | See GHC.Classes#matching_overloaded_methods_in_rules,eqChar,neChar)whereimportGHC.BaseimportGHC.Show-- | The 'Prelude.toEnum' method restricted to the type 'Data.Char.Char'.chr::Int->Charchri@(I#i#)|isTrue#(int2Word#i#`leWord#`0x10FFFF##)=C#(chr#i#)|otherwise=errorWithoutStackTrace("Prelude.chr: bad argument: "++showSignedInt(I#9#)i"")
[8]ページ先頭