mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Define a Snake datatype.
This commit is contained in:
parent
93b9e285c2
commit
9e8f6f75b3
@ -1 +1,5 @@
|
|||||||
module SES.Myers where
|
module SES.Myers where
|
||||||
|
|
||||||
|
import Prologue
|
||||||
|
|
||||||
|
data Snake = Snake { x :: Int, y :: Int, u :: Int, v :: Int }
|
||||||
|
Loading…
Reference in New Issue
Block a user