turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
121 stars 21 forks source link

Add file system notification clock #145

Open turion opened 4 years ago

turion commented 4 years ago

Using path and notify, one could implement a clock that ticks upon every file system event (add/change files/directory). Subdirectories correspond to subclocks.

turion commented 2 years ago

@jmatsushita maybe this is an interesting issue for you?