type Puzzle r = { board::Board , meta:: { metaData :: {|r} , metaBoard :: (Array {|r}) } }. Here r is called "type parameter" of Puzzle .
確定! 回上一頁