Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 2e87ff1

Browse files
Comment
1 parent 711b57a commit 2e87ff1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Copilot/Visualize.hs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{-# LANGUAGE DeriveGeneric #-}
22
-- | Graphical visualization of Copilot specifications.
3+
--
4+
-- This module contains an abstract representation of a trace as a series
5+
-- named streams with their values, together with functions needed to
6+
-- convert a 'Spec' into a trace.
7+
--
8+
-- The helper function 'makeTrace' expands a latex file that produces the
9+
-- trace visualization as a figure.
310
module Copilot.Visualize
411
( AppData(..)
512
, TraceElem(..)

0 commit comments

Comments
 (0)