tictactoe3d-0.1.0.0: 3D Tic-Tac-Toe logic

Safe HaskellNone
LanguageHaskell2010

Game.TicTacToe3D.Vector3

Documentation

type Dim3 a b = a (a (a b)) Source

type V3 a = Dim3 Vector a Source

type I3 = (Int, Int, Int) Source

base :: Int -> Int -> [Int] Source

i3 :: Int -> I3 Source

(!) :: V3 a -> I3 -> a Source

(//) :: V3 a -> (I3, a) -> V3 a Source

init :: Int -> (I3 -> a) -> V3 a Source