1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Define a Snake datatype.

This commit is contained in:
Rob Rix 2017-03-09 10:12:30 -05:00
parent 93b9e285c2
commit 9e8f6f75b3

View File

@ -1 +1,5 @@
module SES.Myers where
import Prologue
data Snake = Snake { x :: Int, y :: Int, u :: Int, v :: Int }