Skip to content

Commit

Permalink
delete unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Aug 3, 2024
1 parent b585e44 commit 13f21c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Sand/SandDaemon.lean
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ def handleClient : CmdHandlerT IO Unit := do

partial def forever (act : IO α) : IO β := act *> forever act

inductive EnvFdError
| varNotFound
| couldntParse

def envFd : IO (Option UInt32) := OptionT.run do
let str ← OptionT.mk <| IO.getEnv "SAND_SOCKFD"
let some n := str.toNat?
Expand Down

0 comments on commit 13f21c8

Please sign in to comment.