forked from apache/opendal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Address branding for haskell and C bindings (apache#3840)
* docs: Address branding for haskell and C bindings Signed-off-by: Xuanwo <[email protected]> * Add core Signed-off-by: Xuanwo <[email protected]> * Polish Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
|
||
-- | | ||
-- Module : OpenDAL | ||
-- Description : Haskell bindings for OpenDAL | ||
-- Copyright : (c) 2023 OpenDAL | ||
-- Description : Haskell bindings for Apache OpenDAL | ||
-- Copyright : (c) 2023 Apache OpenDAL | ||
-- License : Apache-2.0 | ||
-- Maintainer : OpenDAL Contributors <[email protected]>" | ||
-- Stability : experimental | ||
-- Portability : non - portable (GHC extensions) | ||
-- | ||
-- This module provides Haskell bindings for OpenDAL. | ||
-- This module provides Haskell bindings for Apache OpenDAL. | ||
module OpenDAL | ||
( -- * Operator APIs | ||
|
||
|
@@ -557,4 +557,4 @@ nextLister (Lister lister) = withForeignPtr lister $ \listerptr -> | |
else do | ||
let code = parseErrorCode $ fromIntegral $ ffiCode ffiResult | ||
errMsg <- peekCString (errorMessage ffiResult) | ||
return $ Left $ OpenDALError code errMsg | ||
return $ Left $ OpenDALError code errMsg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters