Simplify dependencies
See original GitHub issueHi @mausch,
Not sure if this is a silly idea, but was wondering if it is possible to drop the FsControl and FSharpPlus dependencies from Fleece? Beyond map/apply/traverse for Choice<'a,'b>
I’m not sure where else they are used?
I’m happy to try a PR if this sounds reasonable.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Is there an algorithm to 'simplify' a dependency graph?
In this article, we will explore the concept of simplifying a dependency graph and discuss algorithms that can help us achieve this goal....
Read more >Simplify Gradle Dependency Management - Umang Chamaria
Before getting into how to simplify dependency management in gradle let's first look at the current approach and problems with the approach.
Read more >Simplify Your Java Apps with Spring Boot
Learn how Spring Boot simplifies dependency management and application configuration for your Java-based applications. Streamline your development today.
Read more >Is there an algorithm to "simplify" a dependency graph?
Is there an algorithm to "simplify" a dependency graph? ... The first graph is : D(A) = {B, C}, D(B) = {C}, D(C)...
Read more >Simplify Code with Dependency Injection
Learn how dependency injection simplifies code and improves reusability in Java. Get started with this beginner-friendly guide by Corey ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would say yes. I think it makes sense to keep using F#+ instead of getting dependencies in many other libraries. Also, if we decide to implement parsers, codecs, F#+ would be very helpful and maybe we can simplify a bit more the dependencies once we have a working parser and a “neutral” version of Fleece.
Since FsControl is merged into F#+, can we close this issue?