blob: 72c21c542f4d6746c568692099d898bb4da0b6a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Hungarian convention for the unison project
# The convention applies to a bunch of types in the module Common
ui.* : Common.updateItem
ui.* : updateItem
uc.* : Common.updateContent
uc.* : updateContent
rc.* : Common.replicaContent
rc.* : replicaContent
rplc.* : Common.replicas
rplc.* : replicas
ri.* : Common.reconItem
ri.* : reconItem
<> : Prop.t
# The end
|