* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
4 lines
142 B
C#
4 lines
142 B
C#
global using LanguageExt;
|
|
global using static LanguageExt.Prelude;
|
|
global using Unit = LanguageExt.Unit;
|
|
global using Array = System.Array; |