KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
elm-algebraic-graph
★ 12
Open GitHub ↗
Algebraic graphs for Elm
Download README (.md)
Explore Similar Repositories
kcpp
:
kcptun c++版
chatup
:
No description available.
enable-appmesh
:
Enable App Mesh for ECS/Fargate apps with the AWS Console
JcApiHelper
:
JcApiHelper
wifi-direct-chat
:
Android Development (Spring 2019) Final Project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
elm-algebraic-graph
?
Download (.md)
# Algebraic Graphs It's always convenient to use graphs, but they are inherently unsafe data structures in a functional world. For instance, how do you avoid creating graphs that have edges referencing unknown vertices ? This is where **algebraic graphs** come into play. They define an **algebraic data type** that lets you describe any graph, and only produce valid graphs. This library is based on the paper [Algebraic Graphs with Class](https://github.com/snowleopard/alga-paper) by @snowleopard.