Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add c FFI #1

Merged
merged 7 commits into from
Nov 11, 2018
Merged

Add c FFI #1

merged 7 commits into from
Nov 11, 2018

Conversation

Lupino
Copy link

@Lupino Lupino commented Oct 8, 2018

  • Data/Array.c
    • range
    • replicate
    • fromFoldableImpl
    • length
    • cons
    • snoc
    • uncons$
    • indexImpl
    • findIndexImpl
    • findLastIndexImpl
    • _insertAt
    • _deleteAt
    • _updateAt
    • reverse
    • concat
    • filter
    • partition
    • sortImpl
    • slice
    • take
    • drop
    • zipWith
    • unsafeIndexImpl
  • Data/Array.h
  • Data/Array/NonEmpty/Internal.c
    • fold1Impl
    • traverse1Impl
  • Data/Array/NonEmpty/Internal.h
  • Data/Array/ST.c
    • empty
    • peekImpl
    • poke
    • pushAll
    • splice
    • copyImpl
    • sortByImpl
    • toAssocArray
  • Data/Array/ST.h
  • Data/Array/ST/Partial.c
    • peekImpl
    • pokeImpl
  • Data/Array/ST/Partial.h

LiamGoodacre and others added 2 commits September 25, 2018 13:24
`groupBy tt ([x] <> xs) = [NonEmptyArray x xs]`
@Lupino Lupino force-pushed the master branch 2 times, most recently from 1518b99 to d736ea1 Compare October 11, 2018 02:22
@felixSchl
Copy link

Oh wow, I never noticed you hit all of them! Perfect

@felixSchl felixSchl merged commit 975f27a into pure-c:master Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants