gretmn102 / gretmn102/FsharpMyExtension
feat(IO.Path.Operators): add `</>` operator
Open
Beginner friendly
good first issue
- Dominant language
- F#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```fsharp
let () x y = Path.Combine(x, y)
```
> :warning: **Warning**
> К новому модулю `Operators` добавить `AutoOpen` attribute. Тогда операторы модуля станут доступны при открытии модуля `FsharpMyExtension.IO.Path`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the FsharpMyExtension.IO.Path module and locate the new Operators module described in the issue. Add the < /> operator using Path.Combine and ensure the module has the AutoOpen attribute, then verify that opening FsharpMyExtension.IO.Path makes the operator available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 78/100