summaryrefslogtreecommitdiff
path: root/doc/forum/property_combinator_ordering.mdwn
blob: 25549bb4b5530cadaa3ebdd280548b6e4410b005 (plain)
1
2
3
4
5
6
7
8
when I write

	setDistribution cfg = f `File.hasContent` cfg
		`onChange` update
		`requires` File.dirExists confDir

is update called before ensuring the confiDir Exist ?
It seems to me but who knows ?