hansroland / hsidoc

Source code for diagrams to document HSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hsidoc

This repository contains the source code to create the diagrams in the README.md file of the HSI repository. Please note, that I'm not an expert in the Haskell diagrams library

Running the examples in GHCi

  • :set args -o diagrams.svg -w 400
  • :set args -o <filename>.svg -w 400

These parameters are stored in the .ghci file

Use the main function and not :main

Useful API documentations

Docs for diagrams

About

Source code for diagrams to document HSI

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%