Skip to content

Instantly share code, notes, and snippets.

@zeptometer
Last active January 18, 2021 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeptometer/f057f1c80e6c96e0d917128f62d76561 to your computer and use it in GitHub Desktop.
Save zeptometer/f057f1c80e6c96e0d917128f62d76561 to your computer and use it in GitHub Desktop.
Minimal code to reproduce satysfi issue
module Fuga : sig
val a : string
end = struct
let a = `fuga`
end
@import: fuga
Fuga.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment