19 lines
No EOL
400 B
Text
19 lines
No EOL
400 B
Text
/-
|
|
Copyright (c) 2025 Lean FRO, LLC. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Markus Himmel
|
|
-/
|
|
import Grove.Framework
|
|
|
|
open Grove.Framework Widget
|
|
|
|
namespace GroveStdlib.Std.OperatingSystemAbstractions
|
|
|
|
namespace BasicIO
|
|
|
|
end BasicIO
|
|
|
|
def basicIO : Node :=
|
|
.section "basic-io" "Basic I/O" #[]
|
|
|
|
end GroveStdlib.Std.OperatingSystemAbstractions |