Skip to content

WebDSL-Type-sig.stx

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module signatures/WebDSL-Type-sig

imports
  signatures/WebDSL-Action-sig
  signatures/WebDSL-DataModel-sig
  signatures/WebDSL-Lexical-sig
  signatures/WebDSL-Native-sig
  signatures/WebDSL-Core-sig

signature

  sorts
    

  constructors
    TypeElement-Plhdr : TypeElement

signature

  constructors
    TypeDef : Id * list(TypeElement) -> Definition
    TypeAnno : Annotation -> TypeElement
    TypeFunction : NCFunction -> TypeElement
    TypeFunctionFromStatic : NCFunctionFromStatic -> TypeElement