Skip to content

can it run from the ocaml repl? something like #load "lymp.cmo" #18

@mattiasw2

Description

@mattiasw2

I use opam, and I admit there was a long time I used ocaml, more into F# the recent years. I tried this:

$ ocaml -I +threads
        OCaml version 4.05.0

# #load "unix.cma" ;;
# #load "threads.cma" ;;
# #load "/home/mattias/.opam/system/lib/lymp/lymp.cma" ;;
# open Lymp ;;
Characters 5-9:
  open Lymp ;;
       ^^^^
Error: Unbound module Lymp
# open Unix ;;
# open Mutex ;;
# 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions