We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current implementation is behind the formal specification of BoGL. The following additions remain to be made:
expr#int
expr#(int,....,int)
width : Int
height : Int
place : (Content,Board,(Int,Int)) -> Board
count : (Content,Board) -> Int
countBoard
longestRow : (Content,Board) -> Int
The following subtractions remain to be made:
%
I think there are some other builtins like countDiag and inARow that need to be removed, but I don't recall exactly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current implementation is behind the formal specification of BoGL. The following additions remain to be made:
expr#int
(single tuple projection)expr#(int,....,int)
(tuple projection)width : Int
, builtin ref for the boardheight : Int
, builtin ref for the boardplace : (Content,Board,(Int,Int)) -> Board
, changes the function signature of placecount : (Content,Board) -> Int
, replacescountBoard
longestRow : (Content,Board) -> Int
, new functionThe following subtractions remain to be made:
%
, unusedI think there are some other builtins like countDiag and inARow that need to be removed, but I don't recall exactly.
The text was updated successfully, but these errors were encountered: