From 0cb8b8b886683cc1d8bbd45632caee882f7b3a71 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 13 May 2024 23:14:06 +0100 Subject: [PATCH] reformat file --- arithmetics.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arithmetics.ts b/arithmetics.ts index 350ae0e..6197973 100644 --- a/arithmetics.ts +++ b/arithmetics.ts @@ -29,3 +29,5 @@ type Fib = N extends _0 : N extends _1 ? N : Add>, Fib>>; + +type Result = Add<_2, _2>;