Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
RuinsOfRevenge
An RPG written in Java using LibGDX and Box2D. Maps loaded from Tiled and sprites / animations from .png / .xml /.json
-
Utils
Noise classes, Matrix-to-array Mappers, and other useful java stuff wihtout dependencies to other libs.
-
TinyWorld
Ludum Dare game entry from the 10th Anniversary Ludum Dare! Theme "Tiny World". Written in Java, rendering engine: Java2D.
-
WorldOfCubeCpp
Terraria Clone, written in C++ with SDL.
C++ 6
-
WorldOfCube
A Game somehow similar to Minecraft in 2D, written in Java
-
elm-ide
Sematic Editor for Elm Code
Elm 3
718 contributions in the last year
Activity overview
Contribution activity
May 2019
April 2019
Created an issue in nomeata/haskell-successors that received 1 comment
Generalize list to arbitrary Alternatives
I think it would be possible to generalize Succs over the functor that contains its successors:
data Succs f a = Succs a (f a) getContent :: Succs f a