From 967e964f453fc031816270b90d6eab38410769a3 Mon Sep 17 00:00:00 2001 From: Tomasz Chojnacki Date: Fri, 9 Dec 2022 19:31:24 +0100 Subject: Extract common functions to util module --- aoc-2022-dotnet/Common/Library.fs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 aoc-2022-dotnet/Common/Library.fs (limited to 'aoc-2022-dotnet/Common/Library.fs') diff --git a/aoc-2022-dotnet/Common/Library.fs b/aoc-2022-dotnet/Common/Library.fs deleted file mode 100644 index 7354509..0000000 --- a/aoc-2022-dotnet/Common/Library.fs +++ /dev/null @@ -1,8 +0,0 @@ -module Common - -open FParsec - -let parse parser input = - match run parser input with - | Success (result, _, _) -> result - | _ -> failwith "Invalid input format!" -- cgit v1.2.3