mirror of
https://github.com/hsjobeki/noogle.git
synced 2024-12-23 22:12:55 +03:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
[
|
|
{
|
|
"docs": {
|
|
"attr": {
|
|
"position": {
|
|
"column": 23,
|
|
"file": "test_data/assets/default.nix",
|
|
"line": 68
|
|
}
|
|
},
|
|
"lambda": {
|
|
"args": ["e1", "e2"],
|
|
"arity": 2,
|
|
"content": "\n Return the sum of the numbers *e1* and *e2*.\n ",
|
|
"experimental": false,
|
|
"countApplied": 0,
|
|
"isPrimop": true,
|
|
"name": "add",
|
|
"position": null
|
|
}
|
|
},
|
|
"path": ["lib", "add"]
|
|
},
|
|
{
|
|
"docs": {
|
|
"attr": {
|
|
"position": {
|
|
"column": 21,
|
|
"file": "test_data/assets/trivial.nix",
|
|
"line": 269
|
|
}
|
|
},
|
|
"lambda": {
|
|
"args": ["e1", "e2"],
|
|
"arity": 2,
|
|
"content": "\n Return the sum of the numbers *e1* and *e2*.\n ",
|
|
"experimental": false,
|
|
"countApplied": 0,
|
|
"isPrimop": true,
|
|
"name": "add",
|
|
"position": null
|
|
}
|
|
},
|
|
"path": ["lib", "trivial", "add"]
|
|
},
|
|
{
|
|
"docs": {
|
|
"attr": { "content": "", "position": null },
|
|
"lambda": {
|
|
"content": "\n Return the sum of the numbers *e1* and *e2*.\n ",
|
|
"countApplied": 0,
|
|
"isPrimop": true,
|
|
"position": null
|
|
}
|
|
},
|
|
"path": ["builtins", "add"]
|
|
}
|
|
]
|