flix

0.69.3

Fs.IsSymbolicLink

eff IsSymbolicLinkSource

An effect used to check if a path is a symbolic link.

Use the IsSymbolicLink.runWithFileTest handler.

Operations

Definitions

def runWithFileTest(f: Unit -> a \ ef): a \ (ef - IsSymbolicLink) + FileTest Source

Handles the IsSymbolicLink effect of the given function f using the FileTest effect.