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