Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ramda/ramda
/ sequence.js
File
sequence.js
test/sequence.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ Right, Left, Either, Just, Nothing, Maybe } = require(
'sanctuary'
);
2
var
Id = require(
'sanctuary-identity'
);
3
4
var
R = require(
'../source/index.js'
);
Callers
nothing calls this directly
Calls
4
eq
Function · 0.85
Just
Function · 0.85
Right
Function · 0.85
Left
Function · 0.85
Tested by
no test coverage detected