Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
refs/heads/dschuff-patch-1
/
.
/
spectec
/
src
/
util
/
scc.mli
blob: f4e9c1c8a9637b8ce1b0a1cb5bd75c67338980fc [
file
] [
log
] [
blame
] [
edit
]
module
Set
:
Set
.
S
with
type elt
=
int
type vert
=
int
array
type graph
=
vert array
val sccs
:
graph
->
Set
.
t list