llama-cpp-hs
Copyright(c) 2025 Tushar Adhatrao
LicenseMIT
MaintainerTushar Adhatrao <tusharadhatrao@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Llama.Split

Description

 
Synopsis

Documentation

splitPath :: FilePath -> Int -> Int -> IO (Either String String) Source #

Split a path into a prefix and a split number

splitPrefix :: FilePath -> Int -> Int -> IO (Either String String) Source #

Get the prefix from a split path

printSystemInfo :: IO String Source #

Print system information