Skip to content

Whitespace-sig.stx

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module signatures/Whitespace-sig

imports

signature

  sorts
    CommentChar = string
    InsideComment = string
    SingleLineComment = string
    NewLineEOF = string
    EOF = string

  constructors

signature

  constructors