refactor namespaces and imports (#670)
* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
global using LanguageExt;
|
||||
global using static LanguageExt.Prelude;
|
||||
global using Unit = LanguageExt.Unit;
|
||||
global using Array = System.Array;
|
||||
Reference in New Issue
Block a user