Pangraph
A Haskell library for mathematical graph parsing and writing.
Install / Use
/learn @tuura/PangraphREADME
pangraph 
Pangraph is a Haskell library which offers parsing and serializations for graph files. As well as conversions to other Haskell graph formats. An example format is GraphML. A graphml file
could for example represent the following graph, with vertices from A to E and connections, the edges, between them.
Source:
Mokhov, et al. (2017)
Contents
Usage
Pangraph provides an API in the module Pangraph for construction and
manipulation of graphs. The parsers in the library use this module to
generate pangraphs. Parsers and serializers are imported from modules
individually. This example shows imports for GraphML.
import Pangraph.GraphML.Parser (parse)
import Pangraph.GraphML.Writer (write)
Usage of multiple file types in the same module will require
qualified imports. Please see src/Pangraph/Examples for further examples.
Building
Using cabal, dependencies track stack lts where possible.
cabal update
cabal new-build
cabal new-test
Or Stack
stack init
stack test
Graph File Support
GML
GML files are currently:
- Parsing: Ok
- Writing: Ok
Node: See
Pangraph.Gml.*
GraphML
GraphML files are currently:
- Parsing: Ok
- Writing: Ok
Workcraft
Workcraft files are currently:
- Parsing: Unimplemented
- Writing: Unimplemented
Graph Library support
Algebraic Graphs
- Convert: Via the
ToGraphinterface inPangraph - Revert: Unimplemented
Containers
Currently implements:
- Convert:
Pangraph.Containers - Revert: Unimplemented
FGL
Currently implements:
- Convert:
Pangraph.FGL - Revert: Unimplemented
Related Skills
qqbot-channel
352.2kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.6k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
352.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
arscontexta
3.1kClaude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.
