braid-0.1.0.0: Types and functions to work with braids and Khovanov homology.

CopyrightAdam Saltz
LicenseBSD3
Maintainersaltz.adam@gmail.com
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

Parse

Description

Longer description to come.

Synopsis

Documentation

parse :: [String] -> Braid Source

Parse command line input into a braid. | e.g. @Parse "[1,2,-2,-3] 4" == Braid [1,2,-2,-3] 4f

showKappa' :: Maybe (Int, Morphisms) -> [String] Source

Prints kappa in a nice way.

showMorphisms :: Morphisms -> [String] Source

Prints Morphisms nicely.

showMorphism :: (AlgGen, Set AlgGen) -> (String, Int) Source

Prints a single morphism nicely.