Module

Webb.File.Data.File

Package
purescript-webb-file
Repository
mitchellandwebb/webb-file

#File Source

newtype File

Constructors

Instances

#File_ Source

type File_ = { appending :: Boolean, fd :: Maybe Fd, id :: String, path :: AbsolutePath, position :: Int }

#_path Source

_path :: forall a r. Lens' { path :: a | r } a

#_fd Source

_fd :: forall a r. Lens' { fd :: a | r } a

#_id Source

_id :: forall a r. Lens' { id :: a | r } a

#_position Source

_position :: forall a r. Lens' { position :: a | r } a

#_appending Source

_appending :: forall a r. Lens' { appending :: a | r } a

#position Source

#isAppending Source

#appending Source

#updatePosition Source

#setPosition Source

#loadFd Source

loadFd :: Fd -> File -> File

#unloadFd Source