Editor Application 1 :: EditorState = { mytext :: String 2 , replace :: Bool 3 , statistics :: Bool 4 } 5 initEditor text = { mytext = text 6 , replace ...
確定! 回上一頁