コード例 #1
0
ファイル: Lens.cs プロジェクト: endofunk/Endofunk-FX
 public static Func <S, T> Over <S, T, A, B>(this Func <A, B> f, Lens <S, T, A, B> @this) => s => @this.Over(f)(s);