Add graph-typed.scrbl to documentation.
This commit is contained in:
parent
0f971f5258
commit
61f9522569
2 changed files with 20 additions and 0 deletions
|
@ -25,3 +25,4 @@ dds currently includes the following modules:
|
|||
@table-of-contents[]
|
||||
|
||||
@include-section["utils.scrbl"]
|
||||
@include-section["graph-typed.scrbl"]
|
||||
|
|
19
scribblings/graph-typed.scrbl
Normal file
19
scribblings/graph-typed.scrbl
Normal file
|
@ -0,0 +1,19 @@
|
|||
#lang scribble/manual
|
||||
|
||||
@title[#:tag "graph-typed"]{dds/graph-typed: Incomplete Typed Interface to graph}
|
||||
|
||||
@defmodule[dds/graph-typed]
|
||||
|
||||
@bold{DISCLAIMER:} This is @bold{not} a complete typed interface to Stephen
|
||||
Chang's @hyperlink["https://docs.racket-lang.org/graph/index.html"]{graph
|
||||
library}. Read on for more details.
|
||||
|
||||
Stephen Chang's
|
||||
@hyperlink["https://docs.racket-lang.org/graph/index.html"]{graph library} is
|
||||
used in dds to represent different kinds of graphs (state graphs, interaction
|
||||
graphs, graphs of interaction processes, etc.). This module adds types to the
|
||||
functions which are used in dds. These types do not necessarily capture the
|
||||
signatures of the functions entirely, and are mainly meant for internal use.
|
||||
I may eventually consider contributing something similar to Stephen Chang's
|
||||
library, but it would have to be a more polished product than this module is at
|
||||
the moment.
|
Loading…
Reference in a new issue