A Gleam implementation of the Scoundrel solo card game munksgaard.me/scoundrel
lustre scoundrel gleam card game
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 61 B view raw
1pub fn unpipe(f: fn(a) -> b, g: fn() -> a) -> b { 2 f(g()) 3}