1
Fork 0
solar-conflux/purescript
2023-10-29 01:21:05 +02:00
..
abilities Document purescript experiments 2023-10-29 01:13:57 +02:00
bug Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
canopy Document purescript experiments 2023-10-29 01:13:57 +02:00
compose Document purescript experiments 2023-10-29 01:13:57 +02:00
ecs Document purescript experiments 2023-10-29 01:13:57 +02:00
existentials Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
existentials-blog Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
gadts Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
lune Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
maps Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
proofs Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
purpleflow Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
slice Add purescript/slice 2023-10-29 01:21:05 +02:00
sprint Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
streams Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
typelevel Document purescript experiments 2023-10-29 01:13:57 +02:00
README.md Add purescript/slice 2023-10-29 01:21:05 +02:00

Purescript

Name Description
abilities Typeclass-dictionary abuse enabling the creation of a barebones effect system
bug Unknown reason of existence
canopy Unfinished attempt at writing a Diplomacy adjudecation engine
compose Overload do-notation for function composition and existential types
ecs Purescript-wrapper for thi.ng/ecs
existentials-blog Perhaps supposed to turn into a blog about existentials?
existentials Experiment regarding the Church-encoding of existential types
gadts Experiment regarding ways to encode GADTs in Purescript
lune Failed effect-system project
maps Attempt at implementing maps with membership proofs
proofs Attempt at expressing mathematical proofs using Purescript's effect system
purpleflow Unfinished dependently-typed programming language
slice Basic benchmarks and a Slice type
sprint Failled effect-system based on typelevel lists
streams Playing with purescript-pipes
typelevel Typelevel naturals, vectors, sum-types, orderings and lambda-calculus evaluation and a value-level bounded-type GADT