← Packages / bastion / Capabilities

IO.FileWrite

in bastion v0.2.5

v0.2.5 declares IO.FileWrite. v0.2.4 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/bastion.march:21
18
19mod Bastion do
20 needs IO.FileRead
21 needs IO.FileWrite
22 needs IO.Process
23
24 needs IO.Console
lib/forge/build_islands.march:25
22
23mod Forge.BuildIslands do
24 needs IO.FileRead
25 needs IO.FileWrite
26 needs IO.Process
27
28 needs IO.Console
lib/forge/lower.march:20
17
18mod Forge.Lower do
19 needs IO.FileRead
20 needs IO.FileWrite
21 needs IO.Process
22
23 needs IO.Console