「haskell メモ」の編集履歴(バックアップ)一覧はこちら

haskell メモ - (2007/01/17 (水) 21:17:18) の1つ前との変更点

追加された行は緑色になります。

削除された行は赤色になります。

*hello module Main where main = putStr "hello" 実行結果: hello *show module Main where main = putStr (<b>show</b> 111) 実行結果: 111
*hello module Main where main = putStr "hello" 実行結果: hello *show module Main where main = putStr (show 111) 実行結果: 111

表示オプション

横に並べて表示:
変化行の前後のみ表示: