arliss_obsidian/fp/.obsidian/workspace.json

192 lines
5.1 KiB
JSON
Raw Normal View History

2024-09-23 23:56:55 +00:00
{
"main": {
"id": "a61451a8c5001773",
"type": "split",
"children": [
{
2024-09-24 19:53:59 +00:00
"id": "eecc282740820263",
2024-09-23 23:56:55 +00:00
"type": "tabs",
"children": [
{
2024-09-24 19:53:59 +00:00
"id": "6465d16034124b8f",
2024-09-23 23:56:55 +00:00
"type": "leaf",
"state": {
2024-09-24 22:52:08 +00:00
"type": "markdown",
"state": {
"file": "Language/Functions/Defining/Guard Clause.md",
"mode": "source",
"source": true
}
2024-09-23 23:56:55 +00:00
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "e4b9e2d7c5d13204",
"type": "split",
"children": [
{
"id": "9edcda04643fcae1",
"type": "tabs",
"children": [
{
"id": "5bd1035a5585fbea",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "43c9f56d675ae751",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "07bde3fd9daf269e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
2024-09-24 19:53:59 +00:00
"width": 300
2024-09-23 23:56:55 +00:00
},
"right": {
"id": "75cf567121b661bb",
"type": "split",
"children": [
{
"id": "cb4ecbabc2562514",
"type": "tabs",
"children": [
{
"id": "8b28a15737bcc1bd",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
2024-09-24 22:52:08 +00:00
"file": "Language/Functions/Defining/Guard Clause.md",
2024-09-23 23:56:55 +00:00
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "d377ffdb958e1377",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
2024-09-24 22:52:08 +00:00
"file": "Language/Functions/Defining/Guard Clause.md",
2024-09-23 23:56:55 +00:00
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "b8cbcc5851c92334",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "b631cd80a252e270",
"type": "leaf",
"state": {
"type": "outline",
2024-09-24 22:52:08 +00:00
"state": {
"file": "Language/Functions/Defining/Guard Clause.md"
}
2024-09-23 23:56:55 +00:00
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"templater-obsidian:Templater": false,
"publish:Publish changes...": false
}
},
2024-09-24 19:53:59 +00:00
"active": "6465d16034124b8f",
2024-09-23 23:56:55 +00:00
"lastOpenFiles": [
2024-09-24 22:52:08 +00:00
"Language/Functions/Defining/Pattern Matching.md",
"Language/Functions/Applying.md",
"Language/Functions/Composition.md",
"Language/Functions/Currying.md",
"Language/Functions.md",
"Terminology/Point-free.md",
"Language/Infix Operators/Common Operators/Applying & Composing Functions.md",
"Language/Functions/Defining.md",
"Language/Expressions/case .. of.md",
"Language/Expressions/Lambda Functions.md",
"Language/Functions/Defining/Guard Clause.md",
"Language/Expressions/let .. in ...md",
"Language/Expressions/if .. then .. else ...md",
"Language/Expressions/do notation.md",
"Classes/Functor/Apply.md",
"Classes/Functor/Applicative.md",
"Classes/Bind/Monad.md",
"Classes/Bind/Bind.md",
2024-09-24 19:53:59 +00:00
"Classes/Alternative/Alt.md",
"Classes/Alternative/Plus.md",
"Monads/Transformers/MaybeT.md",
"Monads/Transformers/ExceptT.md",
"Monads/Transformers/ReaderT.md",
"Monads/Transformers/WriterT.md",
"Monads/Transformers/StateT.md",
"Monads/Transformers",
"Classes/Alternative/Alternative.md",
"Classes/Collapsing",
"Classes/Bind",
"Classes/Functor",
"Classes/Alternative",
2024-09-23 23:56:55 +00:00
"Data/Product",
"Data/Sum",
"Data/Collections",
"Language/Row Types",
2024-09-24 19:53:59 +00:00
"Classes/Math",
2024-09-23 23:56:55 +00:00
"Untitled 1.canvas",
"Untitled.canvas"
]
}