summaryrefslogtreecommitdiff
path: root/devel/sml_tk/files/src-sml_tk.mlb
blob: 620337cf268c9c1b2b5d95c7e9b9d5e5f6085014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
ann
    "nonexhaustiveMatch ignore"
in
  local
    $(SML_LIB)/basis/basis.mlb
    ./std_lib/std_lib.mlb
    
    sys_conf.sml
    
    sys_dep.sig
    mlton.sml
    
    basic_util.sig
    basic_util.sml
  
    debug.sig
    debug.sml
    
    fonts.sig
    fonts.sml
    
    basic_types.sml
    
    gui_state.sig
    gui_state.sml
    com_state.sig   
    
    com_state_pipe.sml
    
    com.sig
    com.sml
    
    paths.sig
    paths.sml
    
    config.sig
    config.sml
    
    tk_event.sig
    tk_event.sml
    
    bind.sig
    bind.sml
    
    coord.sig
    coord.sml
    
    mark.sig
    mark.sml
    
    c_item.sig
    c_item.sml
    
    ann_texts.sig
    ann_texts.sml
    
    annotation.sig
    annotation.sml
    
    tk_types.sml
  
    widget_tree.sig
    widget_tree.sml
    
    c_item_tree.sig
    c_item_tree.sml
    
    annotation_tree.sig
    annotation_tree.sml
    
    windows.sig
    windows.sml
    
    eventloop.sig
    eventloop.sml
    
    widget_ops.sig
    widget_ops.sml
    
    sys_init.sml
    export.sml
    smltk21.sml
    global_config.sml
    
  in
    signature BASIC_UTIL
    structure BasicUtil
  
    signature SML_TK
    structure SmlTk
    structure SmlTk21
  
    structure GlobalConfig
  end
end