Skip to content

Commit

Permalink
chore(lev-fiber): list stdune modules (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Sep 30, 2024
1 parent 21de366 commit 8f25cce
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion lev-fiber/src/lev_fiber.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
open Stdune
include struct
open Stdune
module List = List
module Int = Int
module Option = Option
module Code_error = Code_error
module Pid = Pid
module Table = Table
module Exn_with_backtrace = Exn_with_backtrace
module Queue = Queue
module Fdecl = Fdecl
module Bytes = Bytes
module Nonempty_list = Nonempty_list
module Monoid = Monoid

let reraise = reraise
end

open Fiber.O
open Lev_fiber_util
module Timestamp = Lev.Timestamp
Expand Down

0 comments on commit 8f25cce

Please sign in to comment.